summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/import_assertions/dynamic_error.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/import_assertions/dynamic_error.out b/cli/tests/testdata/import_assertions/dynamic_error.out
index 1ad40889b..927eae0b8 100644
--- a/cli/tests/testdata/import_assertions/dynamic_error.out
+++ b/cli/tests/testdata/import_assertions/dynamic_error.out
@@ -1,5 +1,5 @@
[WILDCARD]
-error: Uncaught (in promise) TypeError: Expected a "JavaScript" module but loaded a "JSON" module.
+error: Uncaught (in promise) TypeError: Expected a "JavaScriptOrWasm" module but loaded a "JSON" module.
const data = await import("./data.json");
^
at async [WILDCARD]dynamic_error.ts:1:14