|
46 | 46 | "build:wasm": "node build/wasm.js --docker", |
47 | 47 | "lint": "standard | snazzy", |
48 | 48 | "lint:fix": "standard --fix | snazzy", |
49 | | - "test": "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 && tsd", |
| 49 | + "test": "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", |
50 | 50 | "test:cookies": "node scripts/verifyVersion 16 || tap test/cookie/*.js", |
51 | 51 | "test:node-fetch": "node scripts/verifyVersion.js 16 || mocha test/node-fetch", |
52 | 52 | "test:fetch": "node scripts/verifyVersion.js 16 || (npm run build:node && tap --expose-gc test/fetch/*.js && tap test/webidl/*.js)", |
53 | 53 | "test:jest": "node scripts/verifyVersion.js 14 || jest", |
54 | 54 | "test:tap": "tap test/*.js test/diagnostics-channel/*.js", |
55 | 55 | "test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w", |
56 | | - "test:typescript": "tsd && tsc test/imports/undici-import.ts", |
| 56 | + "test:typescript": "node scripts/verifyVersion.js 14 || tsd", |
57 | 57 | "test:websocket": "node scripts/verifyVersion.js 18 || tap test/websocket/*.js", |
58 | 58 | "test:wpt": "node scripts/verifyVersion 18 || (node test/wpt/start-fetch.mjs && node test/wpt/start-FileAPI.mjs && node test/wpt/start-mimesniff.mjs && node test/wpt/start-xhr.mjs && node --no-warnings test/wpt/start-websockets.mjs)", |
59 | 59 | "coverage": "nyc --reporter=text --reporter=html npm run test", |
|
0 commit comments