Skip to content

Commit 4178a42

Browse files
committed
chore: wip
1 parent 7362139 commit 4178a42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/preloader/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { setupTestEnvironment } from '@stacksjs/testing'
22

33
/**
4+
* Test Preloader
5+
*
46
* A place to register logic that should run before the tests run.
57
* e.g. you may abstract your module mocks here, if you want
68
* to prevent the original module from being evaluated.

storage/framework/core/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"vitepress"
3636
],
3737
"allowImportingTsExtensions": true,
38-
"allowJs": true,
3938
"strict": true,
4039
"strictNullChecks": true,
4140
"noUncheckedIndexedAccess": true,
@@ -49,7 +48,7 @@
4948
"esModuleInterop": true,
5049
"forceConsistentCasingInFileNames": true,
5150
"isolatedModules": true,
52-
"isolatedDeclaration": true,
51+
"isolatedDeclarations": true,
5352
"skipLibCheck": true
5453
},
5554
"vueCompilerOptions": {

0 commit comments

Comments
 (0)