Skip to content

Commit e80b935

Browse files
test_runnner: fix grammar issue on test description
1 parent 015ccd7 commit e80b935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-runner-run-watch.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('test runner watch mode', () => {
257257
assert.notDeepStrictEqual(durations[0][1], durations[1][1]);
258258
});
259259

260-
it('should emits test:watch:restarted when file is updated', async () => {
260+
it('should emit test:watch:restarted when file is updated', async () => {
261261
let alreadyDrained = false;
262262
const events = [];
263263
const testWatchRestarted = common.mustCall(1);

0 commit comments

Comments
 (0)