From 0b69d61a6f6a790b206548ee01fc715183ad8424 Mon Sep 17 00:00:00 2001 From: Taylor Beseda Date: Mon, 18 Sep 2023 21:16:54 -0600 Subject: [PATCH] tap-arc --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b1f4beec..5447f340 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"