summaryrefslogtreecommitdiff
path: root/tests/testdata/run
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run')
-rw-r--r--tests/testdata/run/node_prefix_missing/feature_enabled.out2
-rw-r--r--tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/run/node_prefix_missing/feature_enabled.out b/tests/testdata/run/node_prefix_missing/feature_enabled.out
new file mode 100644
index 000000000..c577fa92c
--- /dev/null
+++ b/tests/testdata/run/node_prefix_missing/feature_enabled.out
@@ -0,0 +1,2 @@
+[WILDCARD]Warning Resolving "fs" as "node:fs" at file:///[WILDCARD]/tests/testdata/run/node_prefix_missing/main.ts:1:16. If you want to use a built-in Node module, add a "node:" prefix.
+[Function: writeFile]
diff --git a/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled b/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled
deleted file mode 100644
index 513b411ce..000000000
--- a/tests/testdata/run/node_prefix_missing/main.ts.out_feature_enabled
+++ /dev/null
@@ -1,2 +0,0 @@
-[WILDCARD]Warning: Resolving "fs" as "node:fs" at file:///[WILDCARD]/tests/testdata/run/node_prefix_missing/main.ts:1:16. If you want to use a built-in Node module, add a "node:" prefix.
-[Function: writeFile]