/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/standalone-bootstrap/src/app/app.component.spec.ts
11 строк
308 B
Andrew Kushnir
test(core): add integration test apps for the `bootstrapApplication` API (#45674)
22 апр 2022, 03:47
22 апр 2022, 03:47
3e46a42
Код
Авторство
О чём код?
import {TestBed} from '@angular/core/testing'; import {AppComponent} from './app.component'; describe('AppComponent', () => { it('should create the app', () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.componentInstance; expect(app).toBeTruthy(); }); });