Skip to content

Commit fd0117e

Browse files
pmarchinicrysmags
authored andcommitted
feat: port cookies tests to node runner (nodejs#2547)
1 parent e263cf3 commit fd0117e

File tree

3 files changed

+76
-97
lines changed

3 files changed

+76
-97
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": "tap test/cookie/*.js",
79+
"test:cookies": "borp --coverage -p \"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",
@@ -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)