Skip to content

Commit

Permalink
test mocha first (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil authored Oct 4, 2022
1 parent f6d13d1 commit f7aa3b2
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 @@ -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",
Expand Down

0 comments on commit f7aa3b2

Please sign in to comment.