Skip to content

Commit 43551b3

Browse files
Update test readme
1 parent da7c4b4 commit 43551b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ import React, { PropTypes } from 'react';
5757
import chai, { expect } from 'chai';
5858
import chaiEnzyme from 'chai-enzyme';
5959
60-
// Import your internal dependencies (for example):
61-
import Tree from '../../components/tree';
62-
6360
/* Enzyme Helpers that can mount and unmount React component instances to
6461
* the DOM and set `this.wrapper` and `this.dom` within Mocha's `this`
6562
* context [full source here](tests/enzyme-helpers.js). `this` can
6663
* only be referenced if inside `function () {}`.
6764
*/
6865
import { mountComponent, unmountComponent } from '../enzyme-helpers';
6966
67+
// Import your internal dependencies (for example):
68+
import Tree from '../../components/tree';
69+
7070
/* Set Chai to use chaiEnzyme for enzyme compatible assertions:
7171
* https://github.com/producthunt/chai-enzyme
7272
*/

0 commit comments

Comments
 (0)