Skip to content

Commit

Permalink
Merge pull request #8 from mergermarket/add-more-test-folders
Browse files Browse the repository at this point in the history
add more tests folder patterns
  • Loading branch information
SalvatorePreviti committed Oct 9, 2019
2 parents 824a6bc + 505c418 commit 7f40b72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions configs/tests.js
Expand Up @@ -8,10 +8,15 @@ let testOverrides = {
'*.spec.*',
'**/test/**/*',
'**/tests/**/*',
'**/testUtils/**/*',
'**/*-test/**/*',
'**/*-tests/**/*',
'**/__mocks__/**/*',
'**/__specs__/**/*',
'**/__tests__/**/*'
'**/__tests__/**/*',
'**/__mock__/**/*',
'**/__spec__/**/*',
'**/__test__/**/*',
'**/testUtils/**/*'
],
env: {
mocha: true,
Expand Down

0 comments on commit 7f40b72

Please sign in to comment.