Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv authored Dec 6, 2017
1 parent 0f93fcf commit dc754db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const addSerializer = require('jest-specifics-snapshot').addSerializer;
addSerializer(/* Add custom serializer here */);

test('test', () => {
// another snapshot file in the same test
expect(/* thing that matches the custom serializer */).toMatchSpecificSnapshot('./specific/custom_serializer/test.shot');
expect(/* thing that matches the custom serializer */)
.toMatchSpecificSnapshot('./specific/custom_serializer/test.shot');
});
```

Expand Down

0 comments on commit dc754db

Please sign in to comment.