Skip to content

Commit f7aa3b2

Browse files
authored
test mocha first (#1071)
1 parent f6d13d1 commit f7aa3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"types/**/*.d.ts"
2929
],
3030
"scripts": {
31-
"test": "yarn test:typecheck && yarn test:lint && yarn readme:check && yarn test:mocha",
31+
"test": "yarn test:mocha && yarn test:typecheck && yarn test:lint && yarn readme:check",
3232
"test:mocha": "mkdir -p test/output && mocha --conditions=mocha 'test/**/*-test.*' 'test/plot.js'",
3333
"test:lint": "eslint src test",
3434
"test:typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)