From 169593a18e5141c56b359edc81d09b3897bb94ac Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 29 Sep 2020 16:27:01 -0700 Subject: [PATCH] remove browser growl impl from wallaby cfg Signed-off-by: Christopher Hiller --- .wallaby.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',