Skip to content

Commit 9e6712e

Browse files
committed
test: fix body-stream test rough performance equal
1 parent 7087b1e commit 9e6712e

4 files changed

Lines changed: 177 additions & 71 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default tseslint.config(
2828
'require-yield': 'off',
2929
'no-empty-pattern': 'off',
3030
'no-control-regex': 'off',
31+
'@typescript-eslint/no-empty-object-type': 'off',
3132
'@typescript-eslint/prefer-ts-expect-error': 'error',
3233
'@typescript-eslint/no-explicit-any': 'off',
3334
'@typescript-eslint/explicit-module-boundary-types': 'off',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"typescript-eslint": "^8.42.0",
308308
"undici": "^6.20.0",
309309
"url-loader": "^4.1.1",
310-
"vitest": "^3.1.4",
310+
"vitest": "^3.2.4",
311311
"vitest-environment-miniflare": "^2.14.4",
312312
"webpack": "^5.95.0",
313313
"webpack-http-server": "^0.5.0"

0 commit comments

Comments
 (0)