Skip to content

Commit 88c77cc

Browse files
committed
chore: allow pending tests in ci
1 parent 60511a7 commit 88c77cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"scripts": {
6464
"bench": "npm run build && node -r esbuild-register ./src/__tests__/bench",
6565
"build": "tsc -b && node -r esbuild-register build",
66-
"ci:test": "nyc npm run mocha -- --forbid-pending --forbid-only",
66+
"ci:test": "nyc npm run mocha -- --forbid-only",
6767
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",
6868
"lint": "tsc -b && npm run lint:eslint && npm run lint:prettier -- -l && fixpack",
6969
"lint:eslint": "eslint -f visualstudio .",

0 commit comments

Comments
 (0)