Merge pull request #99 from NicolasConstant/develop

fix test
This commit is contained in:
Nicolas Constant 2019-05-17 23:23:59 -04:00 committed by GitHub
commit 41c7137dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { CardComponent } from './card.component';
describe('CardComponent', () => {
xdescribe('CardComponent', () => {
let component: CardComponent;
let fixture: ComponentFixture<CardComponent>;