Skip to content

Commit 9713fb3

Browse files
author
Pietro Marchini
committed
feat: rebase
1 parent 8581e1a commit 9713fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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": "tap test/cookie/*.js",
79+
"test:cookies": "borp --coverage test/cookie/*.js",
8080
"test:node-fetch": "mocha --exit test/node-fetch",
8181
"test:fetch": "npm run build:node && tap --expose-gc test/fetch/*.js && tap test/webidl/*.js",
8282
"test:jest": "jest",

0 commit comments

Comments
 (0)