Skip to content

Commit

Permalink
Add --forbid-only to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 13, 2021
1 parent 93e01ea commit ad8c9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
},
"scripts": {
"pretest": "xo",
"test": "nyc mocha",
"test": "nyc mocha --forbid-only",
"doc": "npm run doc:generate && npm run doc:fix && npm run doc:prettier",
"doc:generate": "jsdoc -c jsdoc.json -d $npm_package_config_doc_path",
"doc:prettier": "prettier $npm_package_config_doc_path --write --ignore-path .prettierignore-doc",
Expand Down

0 comments on commit ad8c9ce

Please sign in to comment.