Skip to content

Commit 14bea60

Browse files
authored
Part4b(en): fix mistake in the link title for the --test-name-pattern docs
The text should be: '--test-by-name' and not: '--tests-by-name-pattern'
1 parent f51de9f commit 14bea60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)