Skip to content

Commit

Permalink
Allow "__core-js_shared__" leak in mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Dec 19, 2020
1 parent c08e899 commit d9ff5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test": "mocha --require test/support/env --reporter spec --check-leaks --global __core-js_shared__ --bail test/",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test"
}
Expand Down

0 comments on commit d9ff5de

Please sign in to comment.