|
76 | 76 | "build:wasm": "node build/wasm.js --docker", |
77 | 77 | "lint": "standard | snazzy", |
78 | 78 | "lint:fix": "standard --fix | snazzy", |
79 | | - "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:eventsource && npm run test:wpt && npm run test:websocket && npm run test:jest && npm run test:typescript && npm run test:node-test", |
| 79 | + "test": "node scripts/generate-pem && npm run test:unit && npm run test:node-fetch && npm run test:fetch && npm run test:cookies && npm run test:eventsource && npm run test:wpt && npm run test:websocket && npm run test:jest && npm run test:typescript && npm run test:node-test", |
80 | 80 | "test:cookies": "borp --coverage -p \"test/cookie/*.js\"", |
81 | 81 | "test:node-fetch": "borp --coverage -p \"test/node-fetch/**/*.js\"", |
82 | 82 | "test:eventsource": "npm run build:node && borp --expose-gc --coverage -p \"test/eventsource/*.js\"", |
83 | 83 | "test:fetch": "npm run build:node && borp --expose-gc --coverage -p \"test/fetch/*.js\" && borp --coverage -p \"test/webidl/*.js\"", |
84 | 84 | "test:jest": "jest", |
85 | | - "test:tap": "tap test/*.js", |
| 85 | + "test:unit": "borp --expose-gc -p \"test/*.js\"", |
86 | 86 | "test:node-test": "borp --coverage -p \"test/node-test/**/*.js\"", |
87 | | - "test:tdd": "tap test/*.js --coverage -w", |
| 87 | + "test:tdd": "borp --coverage --expose-gc -p \"test/*.js\"", |
88 | 88 | "test:tdd:node-test": "borp -p \"test/node-test/**/*.js\" -w", |
89 | 89 | "test:typescript": "tsd && tsc --skipLibCheck test/imports/undici-import.ts", |
90 | 90 | "test:websocket": "borp --coverage -p \"test/websocket/*.js\"", |
|
130 | 130 | "snazzy": "^9.0.0", |
131 | 131 | "standard": "^17.0.0", |
132 | 132 | "superagent": "^8.1.2", |
133 | | - "tap": "^16.1.0", |
134 | 133 | "tsd": "^0.30.1", |
135 | 134 | "typescript": "^5.0.2", |
136 | 135 | "wait-on": "^7.0.1", |
|
0 commit comments