diff options
Diffstat (limited to 'cli/tests/testdata/npm/cjs_module_export_assignment/main.out')
-rw-r--r-- | cli/tests/testdata/npm/cjs_module_export_assignment/main.out | 6 |
1 files changed, 0 insertions, 6 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 deleted file mode 100644 index dea185e38..000000000 --- a/cli/tests/testdata/npm/cjs_module_export_assignment/main.out +++ /dev/null @@ -1,6 +0,0 @@ -{ func: [Function: func] } -[Module: null prototype] { - default: { func: [Function: func] }, - func: [Function: func] -} -5 |