Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 9c09a01

Browse files
Support test files in any level of nested test/ directory
1 parent a8105f4 commit 9c09a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environments/nodejs/globs.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ module.exports = {
55
test: [
66
// Classic layout
77
'test/**',
8-
// Lerna monorepo
9-
'packages/*/test/**/*.test.*',
10-
'packages/*/test/**/*.spec.*',
8+
// Nested test files, ie. Lerna monorepo
9+
'**/test/**/*.test.*',
10+
'**/test/**/*.spec.*',
1111
],
1212

1313
// Configuration files patterns

0 commit comments

Comments
 (0)