Skip to content

Commit e7ba9d1

Browse files
test(*): Migrate remaining tests to TS, then tslint --fix test/*.ts
1 parent 284fff7 commit e7ba9d1

7 files changed

+781
-772
lines changed

test/servicesSpec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { UIRouter, trace } from '@uirouter/core';
33

44
declare var inject;
55

6-
let module = angular.mock.module;
6+
const module = angular['mock'].module;
7+
78
describe('UI-Router services', () => {
89
let $uiRouterProvider: UIRouter, $uiRouter: UIRouter;
910
let providers;

0 commit comments

Comments
 (0)