diff options
-rwxr-xr-x | bin/run-tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-tests.js b/bin/run-tests.js index 3eaba7c..87d10cf 100755 --- a/bin/run-tests.js +++ b/bin/run-tests.js @@ -1,4 +1,4 @@ -import { opendir } from "fs/promises"; +const { opendir } = require("fs/promises"); const dir = "gen/javascript/gleam/"; |