Skip to content

Commit fd6e0d8

Browse files
chore(lint): tslint --fix transitionSpec
1 parent be60870 commit fd6e0d8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/transitionSpec.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
import { PathNode } from '../src/path/pathNode';
21
import {
3-
UIRouter,
4-
RejectType,
5-
Rejection,
2+
equals,
3+
PathNode,
64
pluck,
5+
Rejection,
6+
RejectType,
7+
Resolvable,
78
services,
8-
TransitionService,
99
StateService,
10-
Resolvable,
1110
Transition,
12-
} from '../src/index';
13-
import { tree2Array, PromiseResult } from './_testUtils';
11+
TransitionService,
12+
UIRouter,
13+
} from '../src';
14+
import { PromiseResult, tree2Array } from './_testUtils';
1415
import { TestingPlugin } from './_testingPlugin';
15-
import { equals } from '../src/common/common';
1616

1717
describe('transition', function() {
1818
let router: UIRouter;

0 commit comments

Comments
 (0)