Browse Source

test: fix test case

pull/3552/head
Benjy Cui 8 years ago
parent
commit
b8fb60079c
  1. 3
      tests/layout.test.js

3
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', () => {

Loading…
Cancel
Save