Skip to content

Commit

Permalink
fix: Add missing test file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Aug 25, 2017
1 parent f849bdc commit 366813b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node6.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
'tests/**', // also common npm pattern
'spec/**', // mocha, rspec-like pattern
'**/__tests__/**', // jest pattern
'**/*.test.{js,jsx}', // repos with inline test files
'test.{js,jsx}', // repos with a single test file
'test-*.{js,jsx}', // repos with multiple top-level test files
'**/*.{test,spec}.{js,jsx}', // tests where the extension denotes that it is a test
Expand Down

0 comments on commit 366813b

Please sign in to comment.