Skip to content

Commit

Permalink
chore: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Nov 7, 2020
1 parent ebf6983 commit d14af23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist
.docz
coverage
.yarn
CHANGELOG.md
2 changes: 1 addition & 1 deletion __tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe('modal', () => {
);

fireEvent.animationEnd(getByTestId('overlay'));
expect(onAnimationEnd).toHaveBeenCalledTimes(1)
expect(onAnimationEnd).toHaveBeenCalledTimes(1);
});
});
});

0 comments on commit d14af23

Please sign in to comment.