/
borlok
/
bootstrapPanel
Обзор
Документация
Войти
/
borlok
/
bootstrapPanel
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/app/report/report.component.spec.ts
25 строк
626 B
Yurii Erofeevski
all work
14 май 2021, 19:22
14 май 2021, 19:22
a45f5cb
Код
Авторство
О чём код?
import { ComponentFixture, TestBed } from '@angular/core/testing'; import { ReportComponent } from './report.component'; describe('ReportComponent', () => { let component: ReportComponent; let fixture: ComponentFixture<ReportComponent>; beforeEach(async () => { await TestBed.configureTestingModule({ declarations: [ ReportComponent ] }) .compileComponents(); }); beforeEach(() => { fixture = TestBed.createComponent(ReportComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });