mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
BREAKING CHANGE: Deprecated `TestLogger` has been removed. Use `logging` API from `'@angular-devkit/core'` instead. **Note:** this change doesn't effect application developers.
10 lines
282 B
TypeScript
10 lines
282 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google Inc. 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 * from './testing-architect-host';
|
|
export * from './test-project-host';
|