Skip to content

Commit

Permalink
chore: remove watcher limit on e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 30, 2022
1 parent 7d0e443 commit a60fef3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ export const getViteConfig = (root: string): UserConfig => ({
root,
logLevel: 'silent',
server: {
watch: {
// During tests we edit the files too fast and sometimes chokidar
// misses change events, so enforce polling for consistency
usePolling: true,
interval: 100,
},
host: true,
},
build: {
Expand Down

0 comments on commit a60fef3

Please sign in to comment.