From 308813ae29763512a8be1044b31b8d5dad36c38c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 14 Dec 2021 00:35:59 +0900 Subject: fix(ext/web): set location undefined when `--location` is not specified (#13046) --- cli/tests/integration/run_tests.rs | 1 - cli/tests/testdata/071_location_unset.ts.out | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index dd4482423..b6929b58a 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -233,7 +233,6 @@ itest!(_070_location { itest!(_071_location_unset { args: "run 071_location_unset.ts", output: "071_location_unset.ts.out", - exit_code: 1, }); itest!(_072_location_relative_fetch { diff --git a/cli/tests/testdata/071_location_unset.ts.out b/cli/tests/testdata/071_location_unset.ts.out index 43308f3bd..f786d7a64 100644 --- a/cli/tests/testdata/071_location_unset.ts.out +++ b/cli/tests/testdata/071_location_unset.ts.out @@ -1,4 +1,4 @@ [WILDCARD][Function: Location] Location {} -error: Uncaught ReferenceError: Access to "location", run again with --location . +undefined [WILDCARD] -- cgit v1.2.3