Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Apr 1, 2021
1 parent 09a58d6 commit b285381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/server/watchFiles-option.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ describe('watchFiles option', () => {
server = testServer.start(
config,
{
watchFiles: [{ paths: [nestedFile], options: { polls: 500 } }, nestedFile],
watchFiles: [
{ paths: [nestedFile], options: { polls: 500 } },
nestedFile,
],
port,
},
done
Expand Down

0 comments on commit b285381

Please sign in to comment.