Skip to content

Commit

Permalink
test: fsServe strict mode during serve (vitejs#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 15, 2021
1 parent ad5d28d commit 4ab996b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/jestPerTestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ beforeAll(async () => {
usePolling: true,
interval: 100
},
host: true
host: true,
fsServe: {
strict: !isBuildTest
}
},
build: {
// skip transpilation during tests to make it faster
Expand Down

0 comments on commit 4ab996b

Please sign in to comment.