UNPKG

dadou-json-editor

Version:

Angular 8 with Electron (Typescript + SASS + Hot Reload)

26 lines (20 loc) 663 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ExplorateurComponent } from './explorateur.component'; describe('ExplorateurComponent', () => { let component: ExplorateurComponent; let fixture: ComponentFixture<ExplorateurComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ ExplorateurComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(ExplorateurComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });