We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51de9f commit 14bea60Copy full SHA for 14bea60
1 file changed
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