Skip to content

Commit

Permalink
test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Oct 24, 2016
1 parent e9111a8 commit b8fb600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/layout.test.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit b8fb600

Please sign in to comment.