diff options
Diffstat (limited to 'tests/testdata/compile/napi/main.ts')
-rw-r--r-- | tests/testdata/compile/napi/main.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/testdata/compile/napi/main.ts b/tests/testdata/compile/napi/main.ts deleted file mode 100644 index 91e8a0561..000000000 --- a/tests/testdata/compile/napi/main.ts +++ /dev/null @@ -1,7 +0,0 @@ -import Module from "node:module"; - -const mod = new Module(""); - -const filepath = Deno.args[0]; - -console.log(mod.require(filepath)); |