summaryrefslogtreecommitdiff
path: root/cli/tests/unsupported_dynamic_import_scheme.out
diff options
context:
space:
mode:
authorValentin Anger <syrupthinker@gryphno.de>2020-09-11 22:40:48 +0200
committerGitHub <noreply@github.com>2020-09-11 22:40:48 +0200
commite3319f34a6ece36eab3138eae83c8d0e18fcc07c (patch)
treec194f400d91d11b9a29416e1697d00d8cf2e3628 /cli/tests/unsupported_dynamic_import_scheme.out
parenta3282aa9ed749f2e80618c6e2f25047d9a2bb2d8 (diff)
feat(unstable): Support data: urls (#5157)
Diffstat (limited to 'cli/tests/unsupported_dynamic_import_scheme.out')
-rw-r--r--cli/tests/unsupported_dynamic_import_scheme.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unsupported_dynamic_import_scheme.out b/cli/tests/unsupported_dynamic_import_scheme.out
index 2a1a4e01f..8a7dba2b9 100644
--- a/cli/tests/unsupported_dynamic_import_scheme.out
+++ b/cli/tests/unsupported_dynamic_import_scheme.out
@@ -2,4 +2,5 @@ error: Uncaught TypeError: Unsupported scheme "xxx" for module "xxx:". Supported
"http",
"https",
"file",
+ "data",
]