summaryrefslogtreecommitdiff
path: root/tests/testdata/run/node_builtin_modules
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/node_builtin_modules')
-rw-r--r--tests/testdata/run/node_builtin_modules/mod.js5
-rw-r--r--tests/testdata/run/node_builtin_modules/mod.js.out3
-rw-r--r--tests/testdata/run/node_builtin_modules/mod.ts5
-rw-r--r--tests/testdata/run/node_builtin_modules/mod.ts.out3
4 files changed, 0 insertions, 16 deletions
diff --git a/tests/testdata/run/node_builtin_modules/mod.js b/tests/testdata/run/node_builtin_modules/mod.js
deleted file mode 100644
index a01ac4422..000000000
--- a/tests/testdata/run/node_builtin_modules/mod.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { createRequire } from "node:module";
-console.log(createRequire);
-import process from "node:process";
-console.log(process.version);
-console.log(process.argv);
diff --git a/tests/testdata/run/node_builtin_modules/mod.js.out b/tests/testdata/run/node_builtin_modules/mod.js.out
deleted file mode 100644
index 844e3d927..000000000
--- a/tests/testdata/run/node_builtin_modules/mod.js.out
+++ /dev/null
@@ -1,3 +0,0 @@
-[Function: createRequire]
-v[WILDCARD].[WILDCARD].[WILDCARD]
-[ [Getter], [Getter], "hello", "there" ]
diff --git a/tests/testdata/run/node_builtin_modules/mod.ts b/tests/testdata/run/node_builtin_modules/mod.ts
deleted file mode 100644
index a01ac4422..000000000
--- a/tests/testdata/run/node_builtin_modules/mod.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { createRequire } from "node:module";
-console.log(createRequire);
-import process from "node:process";
-console.log(process.version);
-console.log(process.argv);
diff --git a/tests/testdata/run/node_builtin_modules/mod.ts.out b/tests/testdata/run/node_builtin_modules/mod.ts.out
deleted file mode 100644
index 844e3d927..000000000
--- a/tests/testdata/run/node_builtin_modules/mod.ts.out
+++ /dev/null
@@ -1,3 +0,0 @@
-[Function: createRequire]
-v[WILDCARD].[WILDCARD].[WILDCARD]
-[ [Getter], [Getter], "hello", "there" ]