Skip to content

Commit

Permalink
Fix typo in snapshotSerializers docs (jestjs#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar authored and skovhus committed Apr 29, 2017
1 parent 417c264 commit 9c099fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ test(() => {
foo: {x: 1, y: 2}
};

expect(foo).toMatchSnapshot();
expect(bar).toMatchSnapshot();
});
```

Expand Down

0 comments on commit 9c099fc

Please sign in to comment.