Skip to content

Commit 7100c1b

Browse files
authored
Merge pull request #4254 from Okamissu/patch-1
Part4b(en): fix mistake in the link title for the --test-name-pattern
2 parents b1b63ce + 14bea60 commit 7100c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The following command only runs the tests found in the <i>tests/note_api.test.js
371371
npm test -- tests/note_api.test.js
372372
```
373373

374-
The [--tests-by-name-pattern](https://nodejs.org/api/test.html#filtering-tests-by-name) option can be used for running tests with a specific name:
374+
The [--test-name-pattern](https://nodejs.org/api/test.html#filtering-tests-by-name) option can be used for running tests with a specific name:
375375

376376
```js
377377
npm test -- --test-name-pattern="a specific note is within the returned notes"

0 commit comments

Comments
 (0)