diff --git a/package.json b/package.json index ed2d7893..88f6977d 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-arc", - "test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc", + "test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec", + "test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-spec", "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", @@ -55,6 +55,7 @@ "proxyquire": "~2.1.3", "sinon": "^15.2.0", "tap-arc": "^1.0.2", + "tap-spec": "^5.0.0", "tape": "^5.7.0", "tiny-json-http": "^7.5.1", "tsd": "^0.28.1"