We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77baef commit 4863298Copy full SHA for 4863298
βpackages/commonjs/test/snapshots/function.js.md
@@ -7647,9 +7647,15 @@ Generated by [AVA](https://avajs.dev).
7647
'default': proxyβ
7648
}, [proxy$1.exports]));β
7649
β
7650
- t.deepEqual(entry, { default: {β
7651
- named: 'named',β
7652
- }, named: 'named' });β
+ // Note: There ideally shouldn't be a default generated property.β
+ //β
+ // This should however be harmless.β
7653
+ t.deepEqual(entry, {β
7654
+ default: {β
7655
+ named: 'named',β
7656
+ },β
7657
+ named: 'named'β
7658
+ });β
7659
`,
7660
}
7661
βpackages/commonjs/test/snapshots/function.js.snap
44 Bytes
0 commit comments