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 60511a7 commit 88c77ccCopy full SHA for 88c77cc
package.json
@@ -63,7 +63,7 @@
63
"scripts": {
64
"bench": "npm run build && node -r esbuild-register ./src/__tests__/bench",
65
"build": "tsc -b && node -r esbuild-register build",
66
- "ci:test": "nyc npm run mocha -- --forbid-pending --forbid-only",
+ "ci:test": "nyc npm run mocha -- --forbid-only",
67
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",
68
"lint": "tsc -b && npm run lint:eslint && npm run lint:prettier -- -l && fixpack",
69
"lint:eslint": "eslint -f visualstudio .",
0 commit comments