Skip to content

Commit d573553

Browse files
authored
test: enable type checking of app tests (npmx-dev#747)
1 parent 4d77140 commit d573553

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)