Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Apr 19, 2022
1 parent c77baef commit 4863298
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/commonjs/test/snapshots/function.js.md
Expand Up @@ -7647,9 +7647,15 @@ Generated by [AVA](https://avajs.dev).
'default': proxy␊
}, [proxy$1.exports]));␊
␊
t.deepEqual(entry, { default: {␊
named: 'named',␊
}, named: 'named' });␊
// Note: There ideally shouldn't be a default generated property.␊
//␊
// This should however be harmless.␊
t.deepEqual(entry, {␊
default: {␊
named: 'named',␊
},␊
named: 'named'␊
});␊
`,
}

Expand Down
Binary file modified packages/commonjs/test/snapshots/function.js.snap
Binary file not shown.

0 comments on commit 4863298

Please sign in to comment.