diff --git a/package.json b/package.json index d0af57d4..9e94d28d 100644 --- a/package.json +++ b/package.json @@ -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" },