Skip to content

Commit 841fb11

Browse files
committed
Rename files
1 parent b14537c commit 841fb11

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/component.spec.js test/index.spec.js

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ describe('ReactCreditCards', () => {
2525
mockCallback.mockClear();
2626
});
2727

28-
it('should be a Component', () => {
29-
expect(wrapper.instance() instanceof React.Component).toBe(true);
30-
});
31-
3228
it('should render properly', () => {
3329
expect(wrapper.find('.rccs').length).toBe(1);
3430
expect(wrapper.find('.rccs__card').length).toBe(1);

tasks/index.js tools/index.js

File renamed without changes.

0 commit comments

Comments
 (0)