diff --git a/arg-test/index.html b/arg-test/index.html new file mode 100644 index 0000000..958dddc --- /dev/null +++ b/arg-test/index.html @@ -0,0 +1,12 @@ + + + + + Test + + +

See console

+ + + + diff --git a/arg-test/test-argy.js b/arg-test/test-argy.js index d7bafc4..69b5d09 100644 --- a/arg-test/test-argy.js +++ b/arg-test/test-argy.js @@ -1,6 +1,6 @@ -const Module = require('./argy.js'); +const mod = globalThis.Module || require('./argy.js'); -Module().then((module) => { +mod().then((module) => { const benches = [ '_bench_one', '_bench_two',