Skip to content

Commit

Permalink
fix WallabyJS config [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Jan 10, 2019
1 parent f223298 commit 1786e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ module.exports = () => {
},
'package.json',
'test/opts/mocha.opts',
'mocharc.yml',
'!lib/browser/**/*.js',
'mocharc.yml'
],
filesWithNoCoverageCalculated: [
'test/**/*.fixture.js',
'test/setup.js',
'test/assertions.js'
'test/assertions.js',
'lib/browser/**/*.js'
],
tests: ['test/unit/**/*.spec.js', 'test/node-unit/**/*.spec.js'],
env: {
Expand Down

0 comments on commit 1786e6e

Please sign in to comment.