Skip to content

Commit

Permalink
chore(lint): tslint --fix transitionSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 28, 2018
1 parent be60870 commit fd6e0d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/transitionSpec.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { PathNode } from '../src/path/pathNode';
import {
UIRouter,
RejectType,
Rejection,
equals,
PathNode,
pluck,
Rejection,
RejectType,
Resolvable,
services,
TransitionService,
StateService,
Resolvable,
Transition,
} from '../src/index';
import { tree2Array, PromiseResult } from './_testUtils';
TransitionService,
UIRouter,
} from '../src';
import { PromiseResult, tree2Array } from './_testUtils';
import { TestingPlugin } from './_testingPlugin';
import { equals } from '../src/common/common';

describe('transition', function() {
let router: UIRouter;
Expand Down

0 comments on commit fd6e0d8

Please sign in to comment.