diff --git a/tests/layout.test.js b/tests/layout.test.js index e119dcde93..8d38864f18 100644 --- a/tests/layout.test.js +++ b/tests/layout.test.js @@ -1,9 +1,6 @@ import React from 'react'; import TestUtils from 'react-addons-test-utils'; -import { wrap } from 'react-stateless-wrapper'; - let { Col, Row } = require('../components/layout/index'); -Col = wrap(Col); describe('Layout', function() { it('should render Col', () => {