/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/src/app/shared/support/support.spec.ts
18 строк
436 B
Paul Gschwendtner
build: rename docs site folder to `docs`
15 апр 2025, 09:37
15 апр 2025, 09:37
4ecdc49
Код
Авторство
О чём код?
import {ComponentFixture, TestBed} from '@angular/core/testing'; import {Support} from './support'; describe('HelpSupportComponent', () => { let component: Support; let fixture: ComponentFixture<Support>; beforeEach(() => { fixture = TestBed.createComponent(Support); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });