Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Sep 16, 2019
1 parent b14537c commit 841fb11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/component.spec.js → test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ describe('ReactCreditCards', () => {
mockCallback.mockClear();
});

it('should be a Component', () => {
expect(wrapper.instance() instanceof React.Component).toBe(true);
});

it('should render properly', () => {
expect(wrapper.find('.rccs').length).toBe(1);
expect(wrapper.find('.rccs__card').length).toBe(1);
Expand Down
File renamed without changes.

0 comments on commit 841fb11

Please sign in to comment.