Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit e7ba9d1

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

File tree

7 files changed

+781
-772
lines changed

7 files changed

+781
-772
lines changed

test/servicesSpec.ts

Lines changed: 2 additions & 1 deletion
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)