/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/editor/stackblitz-opener.service.spec.ts
23 строки
540 B
Kristiyan Kostadinov
test: remove unnecessary test calls
24 ноя 2025, 18:18
24 ноя 2025, 18:18
26e2092
Код
Авторство
О чём код?
/*! * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import {TestBed} from '@angular/core/testing'; import {StackBlitzOpener} from './stackblitz-opener.service'; describe('StackBlitzOpener', () => { let service: StackBlitzOpener; beforeEach(() => { service = TestBed.inject(StackBlitzOpener); }); it('should be created', () => { expect(service).toBeTruthy(); }); });