Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Update index-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 20, 2017
1 parent d1df5f5 commit 05159aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Modal/__tests__/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ describe('Modal', () => {
onConfirm={jest.fn()}
>
Are you sure?
</Modal>)
</Modal>
)

it('should handle handleCancel', () => {
const instance = component.getInstance()
Expand Down

0 comments on commit 05159aa

Please sign in to comment.