2017-08-03 02:15:30 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 19:08:49 +00:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-08-03 02:15:30 +00:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2017-08-03 02:15:30 +00:00
|
|
|
*/
|
|
|
|
|
|
2018-08-14 23:18:26 +00:00
|
|
|
/// <reference types="jasmine" />
|
|
|
|
|
|
2017-08-03 02:15:30 +00:00
|
|
|
/**
|
|
|
|
|
* @module
|
|
|
|
|
* @description
|
|
|
|
|
* Entry point for all public APIs of this package.
|
|
|
|
|
*/
|
|
|
|
|
export * from './src/testing';
|
2025-02-05 19:28:54 +00:00
|
|
|
export * from './src/testing_private_export';
|
2025-05-22 17:29:37 +00:00
|
|
|
export {Log as ɵLog} from './src/testing_internal';
|
2017-08-03 02:15:30 +00:00
|
|
|
// This file only reexports content of the `src` folder. Keep it that way.
|