Skip to content

Commit 3999580

Browse files
43081jtaskylizard
authored andcommitted
test: enable type checking of app tests (npmx-dev#747)
1 parent a53ee1c commit 3999580

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ export default defineNuxtConfig({
246246
tsConfig: {
247247
compilerOptions: {
248248
noUnusedLocals: true,
249+
allowImportingTsExtensions: true,
249250
},
251+
include: ['../test/unit/app/**/*.ts'],
250252
},
251253
sharedTsConfig: {
252254
include: ['../test/unit/shared/**/*.ts'],

0 commit comments

Comments
 (0)