Skip to content

Commit c4317e0

Browse files
committed
test: ignore vue module.exports export
1 parent f7be62f commit c4317e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/test/auto-imports.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ const excludedVueHelpers = [
193193
'hydrateOnIdle',
194194
'onWatcherCleanup',
195195
'getCurrentWatcher',
196+
'module.exports',
196197
]
197198

198199
describe('imports:vue', () => {

0 commit comments

Comments
 (0)