summaryrefslogtreecommitdiff
path: root/tests/testdata/run/node_prefix_missing/main.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-09 17:35:41 -0400
committerGitHub <noreply@github.com>2024-09-09 21:35:41 +0000
commit560ad0331bf99a2564f53201cd086ff902901bfe (patch)
treeaa7b250366c62e7552793d954fabbfe6b47b80f4 /tests/testdata/run/node_prefix_missing/main.ts
parentaadcf3346c25ed9d880c2bfc43b62aa075ea6126 (diff)
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)
This was accidentally enabled in byonm, but it requires the `--unstable-bare-node-builtins` flag. Closes #25358
Diffstat (limited to 'tests/testdata/run/node_prefix_missing/main.ts')
-rw-r--r--tests/testdata/run/node_prefix_missing/main.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/node_prefix_missing/main.ts b/tests/testdata/run/node_prefix_missing/main.ts
deleted file mode 100644
index c5c1885a2..000000000
--- a/tests/testdata/run/node_prefix_missing/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import fs from "fs";
-
-console.log(fs.writeFile);