Skip to content

Commit e1f0162

Browse files
committed
Fix chokidar issue on test environment
1 parent 688f1af commit e1f0162

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Client.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ describe('Client code', () => {
2929
host: '0.0.0.0',
3030
disableHostCheck: true,
3131
hot: true,
32+
watchOptions: {
33+
poll: true,
34+
},
3235
};
3336
addEntries(config, options);
3437
helper.start(config, options, done);

0 commit comments

Comments
 (0)