Skip to content

Commit

Permalink
Merge pull request #1568 from apiaryio/1393-remove-debug-command
Browse files Browse the repository at this point in the history
chore: removes "test:debug" script
  • Loading branch information
honzajavorek committed Oct 21, 2019
2 parents 8c2fda3 + 387bb5b commit 679e83d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dredd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"prettify": "prettier --write lib/**/*.js test/**/*.js",
"prettify:check": "prettier --check lib/**/*.js test/**/*.js",
"test": "mocha \"./test/**/*-test.js\"",
"test:debug": "mocha --debug-brk \"./test/**/*-test.js\"",
"test:smoke": "bash ./scripts/smoke.sh",
"e2e": "yarn e2e:apib && yarn e2e:openapi2",
"e2e:apib": "cucumber-js",
Expand Down

0 comments on commit 679e83d

Please sign in to comment.