diff options
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/compile/byonm_main_sub_dir/deno.json | 2 | ||||
-rw-r--r-- | tests/specs/compile/detect_cjs/output.out | 3 |
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]) |