Skip to content

Commit aaa8424

Browse files
committed
remove browser growl impl from wallaby cfg
Signed-off-by: Christopher Hiller <[email protected]>
1 parent 08c37af commit aaa8424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.wallaby.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = () => {
1717
},
1818
'package.json',
1919
'test/opts/mocha.opts',
20-
'mocharc.yml'
20+
'mocharc.yml',
21+
'!lib/browser/growl.js'
2122
],
2223
filesWithNoCoverageCalculated: [
2324
'test/**/*.fixture.js',

0 commit comments

Comments
 (0)