Skip to content

Commit a8169f7

Browse files
authored
refactor!: rename server.fsServe to server.fs (#3965)
1 parent 0b60664 commit a8169f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jestPerTestSetup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ beforeAll(async () => {
9494
interval: 100
9595
},
9696
host: true,
97-
fsServe: {
97+
fs: {
9898
strict: !isBuildTest
9999
}
100100
},

0 commit comments

Comments
 (0)