File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
"main" : " index.js" ,
7
7
"types" : " ./index.d.ts" ,
8
8
"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" ,
10
11
"test-browsers" : " airtap --coverage test/self.js" ,
11
12
"coverage" : " nyc report -r lcovonly"
12
13
},
35
36
"@voxpelli/tsconfig" : " ^4.0.0" ,
36
37
"airtap" : " ^4.0.4" ,
37
38
"airtap-playwright" : " ^1.0.1" ,
38
- "faucet" : " ^0.0.3" ,
39
39
"hallmark" : " ^4.0.0" ,
40
40
"nyc" : " ^15.1.0" ,
41
41
"sinon" : " ^14.0.0" ,
42
42
"standard" : " ^16.0.4" ,
43
+ "tap-arc" : " ^0.3.5" ,
43
44
"tape" : " ^5.4.0" ,
44
45
"ts-standard" : " ^11.0.0" ,
45
46
"typescript" : " ^4.5.5"
You can’t perform that action at this time.
0 commit comments