Skip to content

Commit

Permalink
remove browser growl impl from wallaby cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Sep 30, 2020
1 parent 08c37af commit 87bb39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .wallaby.js
Expand Up @@ -17,7 +17,8 @@ module.exports = () => {
},
'package.json',
'test/opts/mocha.opts',
'mocharc.yml'
'mocharc.yml',
'!lib/browser/growl.js'
],
filesWithNoCoverageCalculated: [
'test/**/*.fixture.js',
Expand Down
3 changes: 1 addition & 2 deletions lib/hook.js
Expand Up @@ -78,7 +78,6 @@ Hook.prototype.serialize = function serialize() {
},
title: this.title,
type: this.type,
[MOCHA_ID_PROP_NAME]: this.id,
__mocha_partial__: true
[MOCHA_ID_PROP_NAME]: this.id
};
};

0 comments on commit 87bb39b

Please sign in to comment.