Fix lint for karma-vim

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-13 16:26:13 -03:00
parent 25318d3fd4
commit e4a72872e7
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { TestBed, inject } from '@angular/core/testing';
import { Logger, Level as LoggerLevel } from '@nsalaun/ng-logger';
import { Platform } from 'ionic-angular';
import {} from 'jasmine';
import { PersistenceProvider } from './persistence';
import { IStorage, ISTORAGE } from './storage/istorage';