diff --git a/lib/mocharc.json b/lib/mocharc.json index 51c3fce6a0..93a16cbcfb 100644 --- a/lib/mocharc.json +++ b/lib/mocharc.json @@ -6,5 +6,5 @@ "slow": 75, "timeout": 2000, "ui": "bdd", - "watch-ignore": ["node_modules", ".git"] + "watch-ignore": ["**/node_modules", "**/.git"] }