Skip to content

Commit

Permalink
chore: allow pending tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Apr 4, 2022
1 parent 60511a7 commit 88c77cc
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 @@ -63,7 +63,7 @@
"scripts": {
"bench": "npm run build && node -r esbuild-register ./src/__tests__/bench",
"build": "tsc -b && node -r esbuild-register build",
"ci:test": "nyc npm run mocha -- --forbid-pending --forbid-only",
"ci:test": "nyc npm run mocha -- --forbid-only",
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",
"lint": "tsc -b && npm run lint:eslint && npm run lint:prettier -- -l && fixpack",
"lint:eslint": "eslint -f visualstudio .",
Expand Down

0 comments on commit 88c77cc

Please sign in to comment.