Skip to content

Commit 391aa6e

Browse files
committed
Replace broken faucet with tap-arc
See #50 (comment).
1 parent f97dbae commit 391aa6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"main": "index.js",
77
"types": "./index.d.ts",
88
"scripts": {
9-
"test": "standard && ts-standard *.ts types/*.ts && hallmark && (nyc -s node test/self.js | faucet) && nyc report",
9+
"test": "standard && ts-standard *.ts types/*.ts && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report",
10+
"test-pessimistic": "node test/self.js | tap-arc -pv",
1011
"test-browsers": "airtap --coverage test/self.js",
1112
"coverage": "nyc report -r lcovonly"
1213
},
@@ -35,11 +36,11 @@
3536
"@voxpelli/tsconfig": "^4.0.0",
3637
"airtap": "^4.0.4",
3738
"airtap-playwright": "^1.0.1",
38-
"faucet": "^0.0.3",
3939
"hallmark": "^4.0.0",
4040
"nyc": "^15.1.0",
4141
"sinon": "^14.0.0",
4242
"standard": "^16.0.4",
43+
"tap-arc": "^0.3.5",
4344
"tape": "^5.4.0",
4445
"ts-standard": "^11.0.0",
4546
"typescript": "^4.5.5"

0 commit comments

Comments
 (0)