File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { setupTestEnvironment } from '@stacksjs/testing'
2
2
3
3
/**
4
+ * Test Preloader
5
+ *
4
6
* A place to register logic that should run before the tests run.
5
7
* e.g. you may abstract your module mocks here, if you want
6
8
* to prevent the original module from being evaluated.
Original file line number Diff line number Diff line change 35
35
" vitepress"
36
36
],
37
37
"allowImportingTsExtensions" : true ,
38
- "allowJs" : true ,
39
38
"strict" : true ,
40
39
"strictNullChecks" : true ,
41
40
"noUncheckedIndexedAccess" : true ,
49
48
"esModuleInterop" : true ,
50
49
"forceConsistentCasingInFileNames" : true ,
51
50
"isolatedModules" : true ,
52
- "isolatedDeclaration " : true ,
51
+ "isolatedDeclarations " : true ,
53
52
"skipLibCheck" : true
54
53
},
55
54
"vueCompilerOptions" : {
You can’t perform that action at this time.
0 commit comments