diff --git a/package.json b/package.json index 3f2c4add84..c144d7a6a5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "types/**/*.d.ts" ], "scripts": { - "test": "yarn test:typecheck && yarn test:lint && yarn readme:check && yarn test:mocha", + "test": "yarn test:mocha && yarn test:typecheck && yarn test:lint && yarn readme:check", "test:mocha": "mkdir -p test/output && mocha --conditions=mocha 'test/**/*-test.*' 'test/plot.js'", "test:lint": "eslint src test", "test:typecheck": "tsc --noEmit",