diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-07 18:46:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 18:46:35 +0200 |
commit | bcd875030a2774a74051ef006c4a66436d43b3fa (patch) | |
tree | 3c42b3d72d61e26e52dab0f1f53d6f8875a49f33 /cli/tests | |
parent | ff49bd9e32a30468d682e503f4c47976934ede29 (diff) |
refactor(core): add AssertedModuleType enum (#14501)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/import_assertions/dynamic_error.out | 2 |
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 |