Skip to content

Commit 4ab996b

Browse files
authored
test: fsServe strict mode during serve (#3432)
1 parent ad5d28d commit 4ab996b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/jestPerTestSetup.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ beforeAll(async () => {
7575
usePolling: true,
7676
interval: 100
7777
},
78-
host: true
78+
host: true,
79+
fsServe: {
80+
strict: !isBuildTest
81+
}
7982
},
8083
build: {
8184
// skip transpilation during tests to make it faster

0 commit comments

Comments
 (0)