Skip to content

Commit

Permalink
fixup! Add .mocharc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Nov 21, 2024
1 parent 73aacff commit 6199140
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 @@ -71,7 +71,7 @@
"prepare.dev": "EDGE_MODE=development npm-run-all clean -p build.*",
"prepare": "husky install && npm-run-all clean -p build.*",
"start": "webpack serve",
"test": "mocha -r sucrase/register 'test/**/*.test.ts'",
"test": "mocha",
"types": "tsc",
"verify": "npm-run-all lint types prepare test"
},
Expand Down

0 comments on commit 6199140

Please sign in to comment.