From 1ee01d57d6cd207f0cc0bfa5c0b1ef884b8a5216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 3 Jan 2024 02:34:41 +0100 Subject: chore: upgrade deno_core to 0.241.0 (#21765) --- cli/tests/testdata/import_attributes/dynamic_error.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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 -- cgit v1.2.3