From b8fb60079c650647a67c5d0e04a961a36661e677 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 24 Oct 2016 17:02:03 +0800 Subject: [PATCH] test: fix test case --- tests/layout.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/layout.test.js b/tests/layout.test.js index e119dcde936a..8d38864f184e 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', () => {