https://github.com/angular/angular
Raw File
Tip revision: 40c138c13d17b638908999faafc9eb4cca0202fb authored by Dylan Hunn on 23 November 2022, 02:59:58 UTC
release: cut the v15.0.1 release
Tip revision: 40c138c
testing_internal.ts
/**
 * @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.io/license
 */

export {inject} from './test_bed';

export * from './logger';
export * from './ng_zone_mock';
back to top