We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1b63ce + 14bea60 commit 7100c1bCopy full SHA for 7100c1b
src/content/4/en/part4b.md
@@ -371,7 +371,7 @@ The following command only runs the tests found in the <i>tests/note_api.test.js
371
npm test -- tests/note_api.test.js
372
```
373
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:
+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:
375
376
```js
377
npm test -- --test-name-pattern="a specific note is within the returned notes"
0 commit comments