We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a7f16 commit f2eb1caCopy full SHA for f2eb1ca
tests/stylized/InstagramStyle.js
@@ -6,13 +6,10 @@ import Adapter from 'enzyme-adapter-react-16'
6
7
import chai, { expect } from 'chai'
8
import chaiEnzyme from 'chai-enzyme'
9
-import sinon from 'sinon'
10
11
Enzyme.configure({ adapter: new Adapter() })
12
chai.use(chaiEnzyme())
13
14
-chai.use(chaiEnzyme())
15
-
16
import InstagramStyle from '../../src/stylized/InstagramStyle'
17
18
describe('<InstagramStyle />', () => {
0 commit comments