From 5ebfe1a0dc89f88d3c784e546c34cae42cf9906c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 3 Oct 2018 17:25:20 -0700 Subject: [PATCH] docs(contributing): remove the --filter note (#3342) Fixes #3340 --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) 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