Skip to content

Commit

Permalink
tests: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 29, 2021
1 parent e890659 commit 42e37ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch/basic/basic.test.js
Expand Up @@ -38,7 +38,7 @@ describe('basic', () => {

if (!modified) {
process.nextTick(() => {
writeFileSync(resolve(__dirname, './src/index.js'), `console.log('watch flag test');`);
writeFileSync(resolve(__dirname, './src/index.js'), `console.log('watch flag test');\n`);
});

modified = true;
Expand Down

0 comments on commit 42e37ff

Please sign in to comment.