From 8547a37132752cf6a979237c5a52a7bf16a4e833 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 23 Dec 2021 00:25:06 +1100 Subject: chore: update deno_graph and deno_doc (#13173) --- cli/tests/testdata/import_assertions/static_error.out | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cli/tests/testdata/import_assertions') 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 -- cgit v1.2.3