From 36ed3e56c345fd31163d0a6e3deba104eb6c0eea Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 10 Jan 2019 14:45:10 -0800 Subject: [PATCH] fix WallabyJS config [ci skip] Signed-off-by: Christopher Hiller --- .wallaby.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.wallaby.js b/.wallaby.js index e23c2a8ad6..fa6063fa55 100644 --- a/.wallaby.js +++ b/.wallaby.js @@ -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: {