diff options
Diffstat (limited to 'cli/tests/testdata/import_attributes')
-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 3dc79ba6b..24f29de72 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 "None" module but loaded a "JSON" module. +error: Uncaught (in promise) TypeError: Attempted to load JSON module without specifying "type": "json" attribute in the import statement. const data = await import("./data.json"); ^ at async [WILDCARD]dynamic_error.ts:1:14 |