This commit is contained in:
Nicolas Constant 2019-05-22 22:05:33 -04:00
parent 5a344531ce
commit 86ce3e5ae0
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

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