diff options
Diffstat (limited to 'cli/tests/testdata/run/node_builtin_modules/mod.js')
-rw-r--r-- | cli/tests/testdata/run/node_builtin_modules/mod.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/node_builtin_modules/mod.js b/cli/tests/testdata/run/node_builtin_modules/mod.js new file mode 100644 index 000000000..70e39be56 --- /dev/null +++ b/cli/tests/testdata/run/node_builtin_modules/mod.js @@ -0,0 +1,2 @@ +import process from "node:process"; +console.log(process.version); |