We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be60870 commit fd6e0d8Copy full SHA for fd6e0d8
test/transitionSpec.ts
@@ -1,18 +1,18 @@
1
-import { PathNode } from '../src/path/pathNode';
2
import {
3
- UIRouter,
4
- RejectType,
5
- Rejection,
+ equals,
+ PathNode,
6
pluck,
+ Rejection,
+ RejectType,
7
+ Resolvable,
8
services,
- TransitionService,
9
StateService,
10
- Resolvable,
11
Transition,
12
-} from '../src/index';
13
-import { tree2Array, PromiseResult } from './_testUtils';
+ TransitionService,
+ UIRouter,
+} from '../src';
14
+import { PromiseResult, tree2Array } from './_testUtils';
15
import { TestingPlugin } from './_testingPlugin';
-import { equals } from '../src/common/common';
16
17
describe('transition', function() {
18
let router: UIRouter;
0 commit comments