Skip to content

Commit

Permalink
tests: fix name
Browse files Browse the repository at this point in the history
Co-authored-by: James George <jamesgeorge998001@gmail.com>
  • Loading branch information
alexander-akait and jamesgeorge007 committed Jan 18, 2021
1 parent 2c8e2ad commit 95e785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch/basic/basic.test.js
Expand Up @@ -125,7 +125,7 @@ describe('basic', () => {
});
});

it('should recompile upon file change using the `command` option and the `--no-wwatch` option and log warning', (done) => {
it('should recompile upon file change using the `command` option and the `--no-watch` option and log warning', (done) => {
const proc = runAndGetWatchProc(__dirname, ['watch', '--no-watch', '--mode', 'development'], false, '', true);

let modified = false;
Expand Down

0 comments on commit 95e785b

Please sign in to comment.