Skip to content

Commit

Permalink
Removing ts lint errors for jasmine
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Vega <clmvega@gmail.com>
  • Loading branch information
alterx committed Aug 11, 2017
1 parent c43f6aa commit a4f665e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/angular-cli/e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { AppPage } from './app.po';
import 'jasmine';

describe('ng5test App', () => {
let page: AppPage;
Expand Down
1 change: 1 addition & 0 deletions examples/angular-cli/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { TestBed, async } from '@angular/core/testing';
import 'jasmine';

import { AppComponent } from './app.component';

Expand Down

0 comments on commit a4f665e

Please sign in to comment.