Skip to content

Commit

Permalink
Change react import
Browse files Browse the repository at this point in the history
  • Loading branch information
a13marquez committed Sep 23, 2019
1 parent 91dd59c commit f7773b9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from 'react';
import * as React from 'react';
import { mount } from 'enzyme';
import 'jest-styled-components';

Expand Down Expand Up @@ -361,7 +361,6 @@ describe('total Row Component: ', () => {
</styled.ul>
<Styled(styled.button)
background="#fabf00"
onClick={[MockFunction]}
>
<StyledComponent
background="#fabf00"
Expand Down Expand Up @@ -410,11 +409,9 @@ describe('total Row Component: ', () => {
}
}
forwardedRef={null}
onClick={[MockFunction]}
>
<button
className="c4"
onClick={[MockFunction]}
>
Checkout
</button>
Expand Down

0 comments on commit f7773b9

Please sign in to comment.