aboutsummaryrefslogtreecommitdiff
path: root/node_modules/test-exclude/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/test-exclude/index.js')
-rw-r--r--node_modules/test-exclude/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/test-exclude/index.js b/node_modules/test-exclude/index.js
index 9c23a5865..8450491be 100644
--- a/node_modules/test-exclude/index.js
+++ b/node_modules/test-exclude/index.js
@@ -125,9 +125,10 @@ var exportFunc = function (opts) {
exportFunc.defaultExclude = [
'coverage/**',
+ 'packages/*/test/**',
'test/**',
'test{,-*}.js',
- '**/*.test.js',
+ '**/*{.,-}test.js',
'**/__tests__/**',
'**/node_modules/**'
]