Skip to content

Commit

Permalink
Better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jul 12, 2021
1 parent f8e6d51 commit 8395cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`snapshot serializer prototypes for object and array: no prototypes 1`] = `
exports[`snapshot serializer uses 8 chars for indent, and shows no prototypes for object and array in a snapshot: no prototypes 1`] = `
{
"array": [
{
Expand Down
2 changes: 1 addition & 1 deletion e2e/snapshot-formatting-changes/__tests__/snapshot.test.js
Expand Up @@ -23,7 +23,7 @@ describe('snapshot serializer', () => {
`);
});

it('prototypes for object and array', () => {
it('uses 8 chars for indent, and shows no prototypes for object and array in a snapshot', () => {
const object = {
array: [{hello: 'Danger'}],
};
Expand Down

0 comments on commit 8395cdf

Please sign in to comment.