Skip to content

Commit 151b598

Browse files
add bun
1 parent f1100c5 commit 151b598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default ([
5252
{ title: "Worker timeout", script: "./test-worker-timeout.js" },
5353
{ title: "Wrapped zip file", script: "./test-wrapped.js" },
5454
{ title: "Writable Stream", script: "./test-writable-stream.js" },
55-
{ title: "Zip64 (auto)", script: "./test-zip64-auto.js", env: ["deno", "browser"] },
55+
{ title: "Zip64 (auto)", script: "./test-zip64-auto.js", env: ["deno", "browser", "bun"] },
5656
{ title: "Zip64 crypto", script: "./test-zip64-crypto.js", env: ["deno", "node", "browser"] },
5757
{ title: "Zip64", script: "./test-zip64.js" },
5858
{ title: "Zipcrypto", script: "./test-zipcrypto.js" }

0 commit comments

Comments
 (0)