diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abc56e1c..70042b46 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,12 +133,6 @@ Despite being named 'unit', these are integration tests, making sure public API npm run unit ``` -- To filter tests by name: - -```bash -npm run unit --filter=waitFor -``` - - To run tests in parallel, use `-j` flag: ```bash