tslint: more const fixes (#13035)

This commit is contained in:
Torkel Ödegaard
2018-08-26 20:19:23 +02:00
committed by GitHub
parent 314b645857
commit 35c00891e7
32 changed files with 120 additions and 123 deletions

View File

@@ -12,7 +12,7 @@ jest.mock('app/core/services/context_srv', () => ({
describe('ChangeTracker', () => {
let rootScope;
let location;
let timeout;
const timeout = () => {};
let tracker: ChangeTracker;
let dash;
let scope;