summaryrefslogtreecommitdiff
path: root/cli/tests/unsupported_dynamic_import_scheme.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unsupported_dynamic_import_scheme.out')
-rw-r--r--cli/tests/unsupported_dynamic_import_scheme.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/unsupported_dynamic_import_scheme.out b/cli/tests/unsupported_dynamic_import_scheme.out
new file mode 100644
index 000000000..2a1a4e01f
--- /dev/null
+++ b/cli/tests/unsupported_dynamic_import_scheme.out
@@ -0,0 +1,5 @@
+error: Uncaught TypeError: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [
+ "http",
+ "https",
+ "file",
+]