diff options
Diffstat (limited to 'cli/tests/disallow_http_from_https.js')
-rw-r--r-- | cli/tests/disallow_http_from_https.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/disallow_http_from_https.js b/cli/tests/disallow_http_from_https.js deleted file mode 100644 index fd30a023d..000000000 --- a/cli/tests/disallow_http_from_https.js +++ /dev/null @@ -1,2 +0,0 @@ -// Trying to import "http://", while this file is accessed by "https://" -import "http://localhost:4545/cli/tests/001_hello.js"; |