You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just had an unfortunate experience where my test glob "*/.test.js" caught one of my dependency's tests in node_modules. Guess we need an ignore pattern support that default ignores anything in node_modules?
Blech.
The text was updated successfully, but these errors were encountered:
searls
changed the title
ignore globs in node_modules
ignored glob option (e.g. in node_modules)
Jul 18, 2016
just had an unfortunate experience where my test glob "*/.test.js" caught one of my dependency's tests in
node_modules
. Guess we need an ignore pattern support that default ignores anything in node_modules?Blech.
The text was updated successfully, but these errors were encountered: