We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d13d1 commit f7aa3b2Copy full SHA for f7aa3b2
package.json
@@ -28,7 +28,7 @@
28
"types/**/*.d.ts"
29
],
30
"scripts": {
31
- "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",
32
"test:mocha": "mkdir -p test/output && mocha --conditions=mocha 'test/**/*-test.*' 'test/plot.js'",
33
"test:lint": "eslint src test",
34
"test:typecheck": "tsc --noEmit",
0 commit comments