Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Feb 10, 2018
1 parent 55957a4 commit ac7bbe5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test('accepts custom snapshot name', () => {
expect(() => {
throw new Error('apple');
}).toThrowErrorMatchingSnapshot('custom-name');
});

0 comments on commit ac7bbe5

Please sign in to comment.