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 928c21d commit b5a7f16Copy full SHA for b5a7f16
tests/stylized/ListStyle.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 ListStyle from '../../src/stylized/ListStyle'
17
18
describe('<ListStyle />', () => {
0 commit comments