/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/testing/builder/src/index.ts
21 строка
503 B
Charles Lyding
test(@angular/build): use expectLog and expectNoLog helpers in tests
17 сен 2025, 15:12
17 сен 2025, 15:12
d2ca92a
Код
Авторство
О чём код?
/** * @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 */ export { BuilderHarness, type BuilderHarnessExecutionOptions, type BuilderHarnessExecutionResult, } from './builder-harness'; export { type HarnessFileMatchers, JasmineBuilderHarness, describeBuilder, expectLog, expectNoLog, } from './jasmine-helpers'; export * from './test-utils';