diff options
Diffstat (limited to 'cli/tests/testdata/npm/cjs_module_export_assignment')
| -rw-r--r-- | cli/tests/testdata/npm/cjs_module_export_assignment/main.out | 5 |
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 |
