diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-03 02:34:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 01:34:41 +0000 |
commit | 1ee01d57d6cd207f0cc0bfa5c0b1ef884b8a5216 (patch) | |
tree | 44e18008ed61d8b1ac2f421a67f792905f4ec836 /cli/tests | |
parent | 261f32ef651a6515fbac664302adcfbe34a04372 (diff) |
chore: upgrade deno_core to 0.241.0 (#21765)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/import_attributes/dynamic_error.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/import_attributes/dynamic_error.out b/cli/tests/testdata/import_attributes/dynamic_error.out index d6e0c9115..3dc79ba6b 100644 --- a/cli/tests/testdata/import_attributes/dynamic_error.out +++ b/cli/tests/testdata/import_attributes/dynamic_error.out @@ -1,4 +1,4 @@ -error: Uncaught (in promise) TypeError: Expected a "JavaScriptOrWasm" module but loaded a "JSON" module. +error: Uncaught (in promise) TypeError: Expected a "None" module but loaded a "JSON" module. const data = await import("./data.json"); ^ at async [WILDCARD]dynamic_error.ts:1:14 |