diff options
Diffstat (limited to 'cli/tests/testdata/npm/cjs_module_export_assignment_number')
| -rw-r--r-- | cli/tests/testdata/npm/cjs_module_export_assignment_number/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/cjs_module_export_assignment_number/main.out b/cli/tests/testdata/npm/cjs_module_export_assignment_number/main.out index c808f4143..e559775cf 100644 --- a/cli/tests/testdata/npm/cjs_module_export_assignment_number/main.out +++ b/cli/tests/testdata/npm/cjs_module_export_assignment_number/main.out @@ -1,3 +1,3 @@ 5 5 -Module { default: 5 } +[Module: null prototype] { default: 5 } |
