summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/specs/compile/byonm_main_sub_dir/deno.json2
-rw-r--r--tests/specs/compile/detect_cjs/output.out3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/specs/compile/byonm_main_sub_dir/deno.json b/tests/specs/compile/byonm_main_sub_dir/deno.json
index 6134d86d1..fde86a1ef 100644
--- a/tests/specs/compile/byonm_main_sub_dir/deno.json
+++ b/tests/specs/compile/byonm_main_sub_dir/deno.json
@@ -1,3 +1,3 @@
{
- "unstable": ["byonm"]
+ "nodeModulesDir": "manual"
}
diff --git a/tests/specs/compile/detect_cjs/output.out b/tests/specs/compile/detect_cjs/output.out
index b53c44369..e1c27b8dc 100644
--- a/tests/specs/compile/detect_cjs/output.out
+++ b/tests/specs/compile/detect_cjs/output.out
@@ -1 +1,2 @@
-error: Module not found: file:///[WILDLINE]/add.js
+error: Uncaught SyntaxError: The requested module './add.js' does not provide an export named 'add'
+ at <anonymous> (file:///[WILDLINE])