mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Use ReadableStream.prototype.* in tests instead of new Response(...).* (#20937)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Alistair Smith <hi@alistair.sh> Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -135,6 +135,7 @@ test/js/bun/http/serve-body-leak.test.ts
|
||||
test/js/bun/http/serve-listen.test.ts
|
||||
test/js/bun/http/serve.test.ts
|
||||
test/js/bun/import-attributes/import-attributes.test.ts
|
||||
test/js/bun/resolve/resolve.test.ts
|
||||
test/js/bun/ini/ini.test.ts
|
||||
test/js/bun/io/bun-write.test.js
|
||||
test/js/bun/jsc/bun-jsc.test.ts
|
||||
@@ -694,6 +695,7 @@ vendor/elysia/test/ws/connection.test.ts
|
||||
vendor/elysia/test/ws/destructuring.test.ts
|
||||
vendor/elysia/test/ws/message.test.ts
|
||||
|
||||
|
||||
# List of tests that potentially throw inside of reifyStaticProperties
|
||||
test/js/node/test/parallel/test-stream-iterator-helpers-test262-tests.mjs
|
||||
test/js/node/test/parallel/test-stream-some-find-every.mjs
|
||||
|
||||
Reference in New Issue
Block a user