diff --git a/.wallaby.js b/.wallaby.js index 59083bb5f4..62573c2f97 100644 --- a/.wallaby.js +++ b/.wallaby.js @@ -17,7 +17,8 @@ module.exports = () => { }, 'package.json', 'test/opts/mocha.opts', - 'mocharc.yml' + 'mocharc.yml', + '!lib/browser/growl.js' ], filesWithNoCoverageCalculated: [ 'test/**/*.fixture.js',