Skip to content

Commit f2eb1ca

Browse files
author
=
committed
remove sinon and duplicate use for chaiEnzyme
1 parent b5a7f16 commit f2eb1ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/stylized/InstagramStyle.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ import Adapter from 'enzyme-adapter-react-16'
66

77
import chai, { expect } from 'chai'
88
import chaiEnzyme from 'chai-enzyme'
9-
import sinon from 'sinon'
109

1110
Enzyme.configure({ adapter: new Adapter() })
1211
chai.use(chaiEnzyme())
1312

14-
chai.use(chaiEnzyme())
15-
1613
import InstagramStyle from '../../src/stylized/InstagramStyle'
1714

1815
describe('<InstagramStyle />', () => {

0 commit comments

Comments
 (0)