Skip to content

Commit

Permalink
Revert "Adding unit tests to Playground VR component"
Browse files Browse the repository at this point in the history
This reverts commit d163cef.
  • Loading branch information
emiliocortina committed Jul 22, 2019
1 parent d163cef commit 69ed9f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 74 deletions.
71 changes: 0 additions & 71 deletions src/app/sections/playground-vr/playground-vr.component.spec.ts

This file was deleted.

6 changes: 3 additions & 3 deletions src/app/sections/playground/playground.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {async, ComponentFixture, inject, TestBed} from '@angular/core/testing';
import {PlaygroundComponent} from './playground.component';
import {AttributePipe} from '../../services/extras/attribute.pipe';
import {HttpClient} from '@angular/common/http';
import {HttpClientTestingModule} from '@angular/common/http/testing';
import * as file from '../../../assets/files/atlaseventdump2.json';
import {HttpClient, HttpClientModule} from '@angular/common/http';

describe('PlaygroundComponent', () => {
let component: PlaygroundComponent;
Expand All @@ -11,7 +11,7 @@ describe('PlaygroundComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [PlaygroundComponent, AttributePipe],
imports: [HttpClientTestingModule]
imports: [HttpClientModule]
})
.compileComponents();
}));
Expand Down

0 comments on commit 69ed9f0

Please sign in to comment.