diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-12-23 00:25:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 14:25:06 +0100 |
commit | 8547a37132752cf6a979237c5a52a7bf16a4e833 (patch) | |
tree | 10e14c5aa8675bf75c8aa66bf7bf1f7de6948fee /cli/tests/testdata/import_assertions | |
parent | ac06797fa8607f2e15477fe1b038215740a5747d (diff) |
chore: update deno_graph and deno_doc (#13173)
Diffstat (limited to 'cli/tests/testdata/import_assertions')
-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 |