There was an error while loading. Please reload this page.
1 parent 76a8e32 commit 414ca06Copy full SHA for 414ca06
test/benchmark/benchmark.js
@@ -34,4 +34,4 @@
34
.run({ 'async': true });
35
})
36
}
37
-}));
+}));
test/benchmark/index.html
@@ -13,4 +13,4 @@
13
benchmark("arraybuffer");
14
</script>
15
</body>
16
-</html>
+</html>
test/benchmark/node.js
@@ -2,4 +2,4 @@ globalThis.Benchmark = require('benchmark');
2
globalThis.JSZip = require("../../lib/index");
3
4
const benchmark = require("./benchmark");
5
-benchmark("nodebuffer");
+benchmark("nodebuffer");
0 commit comments