Skip to content

Commit

Permalink
Merge pull request #2188 from Tyriar/test_warning
Browse files Browse the repository at this point in the history
Fix test warning
  • Loading branch information
Tyriar authored Jun 5, 2019
2 parents c1c55ae + 4e9163f commit 360bf64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ let testFiles = [
'./out/*test.js',
'./out/**/*test.js',
'./out/*integration.js',
'./out/**/*integration.js',
'./lib/**/*test.js'
'./out/**/*integration.js'
];

// ability to inject particular test files via
Expand Down

0 comments on commit 360bf64

Please sign in to comment.