From 31c68db8d396a5e295be14dc310c4b18c3c05770 Mon Sep 17 00:00:00 2001 From: Taylor Beseda Date: Mon, 16 Oct 2023 00:28:01 -0600 Subject: [PATCH] remove tap-min --- README.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 13301d2..6478d5c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 53c13a9..45d82f7 100644 --- a/package.json +++ b/package.json @@ -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": {