summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/cjs_module_export_assignment
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/cjs_module_export_assignment')
-rw-r--r--cli/tests/testdata/npm/cjs_module_export_assignment/main.out5
1 files changed, 4 insertions, 1 deletions
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