Skip to content

Commit

Permalink
remove tap-min
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Oct 16, 2023
1 parent c5f45f6 commit 31c68db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ If you'd like to see different behavior from `tap-arc`, please open an issue or

- [tap-spec](https://github.com/scottcorgan/tap-spec) ol' reliable, but a bit stale and vulnerable
- [tap-difflet](https://github.com/namuol/tap-difflet) inspired output and diffing, also vulnerable
- [tap-min](https://github.com/derhuerst/tap-min) helpful approaches to streaming and exit codes, used to report `tap-arc`'s TAP
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tape.throws": "tape test/mock/create-throws-tap.cjs",
"tape.upstream-error": "tape test/mock/create-upstream-error-tap.cjs",
"tape.runtime-error": "tape test/mock/create-runtime-error-tap.js",
"tape": "tape test/**/*-test.js | tap-min",
"tape": "tape test/**/*-test.js",
"test": "npm run lint && npm run tape"
},
"dependencies": {
Expand Down

0 comments on commit 31c68db

Please sign in to comment.