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/npm/cjs_module_export_assignment/main.out | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata/npm/cjs_module_export_assignment/main.out') diff --git a/cli/tests/testdata/npm/cjs_module_export_assignment/main.out b/cli/tests/testdata/npm/cjs_module_export_assignment/main.out index 7dfab41f1..dea185e38 100644 --- a/cli/tests/testdata/npm/cjs_module_export_assignment/main.out +++ b/cli/tests/testdata/npm/cjs_module_export_assignment/main.out @@ -1,3 +1,6 @@ { func: [Function: func] } -Module { default: { func: [Function: func] }, func: [Function: func] } +[Module: null prototype] { + default: { func: [Function: func] }, + func: [Function: func] +} 5 -- cgit v1.2.3