Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit c4e6407
Author: Taylor Beseda <[email protected]>
Date:   Mon Sep 18 20:54:44 2023 -0600

    tap-arc
  • Loading branch information
tbeseda committed Sep 19, 2023
1 parent 897c448 commit 9c86c00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"scripts": {
"test": "npm run lint && npm run test:integration && npm run coverage",
"test:unit": "cross-env tape 'test/unit/**/*-tests.js' | tap-spec",
"test:integration": "cross-env tape 'test/integration/**/*-tests.js' | tap-spec",
"test:integration:fast": "cross-env tape 'test/integration/symlink/**/*-tests.js' 'test/integration/*-tests.js' | tap-spec",
"test:unit": "cross-env tape 'test/unit/**/*-tests.js' | tap-arc",
"test:integration": "cross-env tape 'test/integration/**/*-tests.js' | tap-arc",
"test:integration:fast": "cross-env tape 'test/integration/symlink/**/*-tests.js' 'test/integration/*-tests.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"lint": "eslint . --fix",
"rc": "npm version prerelease --preid RC",
Expand Down Expand Up @@ -53,7 +53,7 @@
"nyc": "^15.1.0",
"pnpm": "~7.32.2",
"proxyquire": "~2.1.3",
"tap-spec": "^5.0.0",
"tap-arc": "^1.0.0",
"tape": "~5.6.6",
"yarn": "~1.22.19"
},
Expand Down

0 comments on commit 9c86c00

Please sign in to comment.