diff options
Diffstat (limited to 'cli/tests/disallow_http_from_https_ts.out')
-rw-r--r-- | cli/tests/disallow_http_from_https_ts.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/tests/disallow_http_from_https_ts.out b/cli/tests/disallow_http_from_https_ts.out index 55e10b733..b63ba0c67 100644 --- a/cli/tests/disallow_http_from_https_ts.out +++ b/cli/tests/disallow_http_from_https_ts.out @@ -1,2 +1,3 @@ -error: Modules loaded over https:// are not allowed to import modules over http:// -Imported from "https://localhost:5545/cli/tests/disallow_http_from_https.ts:2" +error: Modules imported via https are not allowed to import http modules. + Importing: http://localhost:4545/cli/tests/001_hello.js + at https://localhost:5545/cli/tests/disallow_http_from_https.ts:2:0 |