/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/testing/private/public-api.ts
15 строк
432 B
Wagner Maciel
refactor(cdk/testing): move runAccessibilityChecks (#31132)
16 май 2025, 01:45
Не верифицирован
16 май 2025, 01:45
fab7a24
Код
Авторство
О чём код?
/** * @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 * from './fake-directionality'; export * from './text-dedent'; export * from './wrapped-error-message'; export * from './run-accessibility-checks'; // Re-exported for convenience. export * from '../testbed/fake-events';