Skip to content

Commit

Permalink
tap-arc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Sep 19, 2023
1 parent 598664e commit 0b69d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"types": "types/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-spec",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"test": "npm run lint && npm run test:integration && npm run coverage",
"test:types": "tsd --files types/*.test-d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"nyc": "~15.1.0",
"proxyquire": "~2.1.3",
"sinon": "^15.2.0",
"tap-spec": "~5.0.0",
"tap-arc": "~1.0.0",
"tape": "^5.6.6",
"tiny-json-http": "^7.5.1",
"tsd": "^0.28.1"
Expand Down

0 comments on commit 0b69d61

Please sign in to comment.