diff options
Diffstat (limited to 'cli/tests/testdata/import_assertions/static_error.out')
| -rw-r--r-- | cli/tests/testdata/import_assertions/static_error.out | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/tests/testdata/import_assertions/static_error.out b/cli/tests/testdata/import_assertions/static_error.out index 8524079de..4efdf8682 100644 --- a/cli/tests/testdata/import_assertions/static_error.out +++ b/cli/tests/testdata/import_assertions/static_error.out @@ -1,5 +1,4 @@ [WILDCARD] -error: An unsupported media type was attempted to be imported as a module. - Specifier: [WILDCARD]data.json - MediaType: Json +error: Expected a JavaScript or TypeScript module, but identified a Json module. Consider importing Json modules with an import assertion with the type of "json". + Specifier: [WILDCARD]/data.json at [WILDCARD]static_error.ts:1:18 |
