Skip to content

Commit cfa2f38

Browse files
author
Pietro Marchini
committed
feat: add borp
1 parent 822cb00 commit cfa2f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"lint": "standard | snazzy",
7777
"lint:fix": "standard --fix | snazzy",
7878
"test": "node scripts/generate-pem && npm run test:tap && npm run test:node-fetch && npm run test:fetch && npm run test:cookies && npm run test:wpt && npm run test:websocket && npm run test:jest && npm run test:typescript",
79-
"test:cookies": "node scripts/verifyVersion 16 || node test/cookie/*.js",
79+
"test:cookies": "node scripts/verifyVersion 16 || borp --coverage test/cookie/*.js",
8080
"test:node-fetch": "node scripts/verifyVersion.js 16 || mocha --exit test/node-fetch",
8181
"test:fetch": "node scripts/verifyVersion.js 16 || (npm run build:node && tap --expose-gc test/fetch/*.js && tap test/webidl/*.js)",
8282
"test:jest": "node scripts/verifyVersion.js 14 || jest",
@@ -100,6 +100,7 @@
100100
"@types/node": "^18.0.3",
101101
"abort-controller": "^3.0.0",
102102
"atomic-sleep": "^1.0.0",
103+
"borp": "^0.4.2",
103104
"chai": "^4.3.4",
104105
"chai-as-promised": "^7.1.1",
105106
"chai-iterator": "^3.0.2",

0 commit comments

Comments
 (0)