From 9c8ebce3dcc784f1a6ecd29d5fe0b3d35256ab82 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 30 Apr 2023 09:24:13 +0200 Subject: refactor: merge Deno & Node inspectors (#18691) --- cli/tests/testdata/import_assertions/dynamic_import.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/import_assertions') diff --git a/cli/tests/testdata/import_assertions/dynamic_import.out b/cli/tests/testdata/import_assertions/dynamic_import.out index 3280e0f53..7a7b4c91f 100644 --- a/cli/tests/testdata/import_assertions/dynamic_import.out +++ b/cli/tests/testdata/import_assertions/dynamic_import.out @@ -1,2 +1,2 @@ [WILDCARD] -Module { default: { a: "b", c: { d: 10 } } } +[Module: null prototype] { default: { a: "b", c: { d: 10 } } } -- cgit v1.2.3