docs(contributing): remove the --filter note (#3342)

Fixes #3340
This commit is contained in:
Andrey Lushnikov 2018-10-03 17:25:20 -07:00 committed by GitHub
parent cd54ce388e
commit 5ebfe1a0dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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