aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/fetch.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/fetch.test.js')
-rw-r--r--test/bun.js/fetch.test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bun.js/fetch.test.js b/test/bun.js/fetch.test.js
index a4ab0bfa6..9b8cbfabd 100644
--- a/test/bun.js/fetch.test.js
+++ b/test/bun.js/fetch.test.js
@@ -144,6 +144,8 @@ function testBlobInterface(blobbyConstructor, hasBlobFn) {
if (withGC) gc();
expect(blobed.size).toBe(size);
if (withGC) gc();
+ blobed.type = "";
+ if (withGC) gc();
expect(blobed.type).toBe("");
if (withGC) gc();
blobed.type = "application/json";