File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ import React, { PropTypes } from 'react';
57
57
import chai, { expect } from 'chai';
58
58
import chaiEnzyme from 'chai-enzyme';
59
59
60
- // Import your internal dependencies (for example):
61
- import Tree from '../../components/tree';
62
-
63
60
/* Enzyme Helpers that can mount and unmount React component instances to
64
61
* the DOM and set `this.wrapper` and `this.dom` within Mocha's `this`
65
62
* context [full source here](tests/enzyme-helpers.js). `this` can
66
63
* only be referenced if inside `function () {}`.
67
64
*/
68
65
import { mountComponent, unmountComponent } from '../enzyme-helpers';
69
66
67
+ // Import your internal dependencies (for example):
68
+ import Tree from '../../components/tree';
69
+
70
70
/* Set Chai to use chaiEnzyme for enzyme compatible assertions:
71
71
* https://github.com/producthunt/chai-enzyme
72
72
*/
You can’t perform that action at this time.
0 commit comments