From 3174faffbd94eb73616da7938b3a99f3ec673722 Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Tue, 23 Dec 2025 11:49:51 -0800 Subject: [PATCH] wip --- arg-test/index.html | 12 ++++++++++++ arg-test/test-argy.js | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 arg-test/index.html 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',