2016-06-23 12:47:54 -04:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
|
2015-06-14 19:42:26 -04:00
|
|
|
/**
|
2016-08-30 21:07:40 -04:00
|
|
|
* @module
|
|
|
|
* @description
|
2017-03-02 15:12:46 -05:00
|
|
|
* Entry point for all public APIs of the core/testing package.
|
2015-06-14 19:42:26 -04:00
|
|
|
*/
|
2017-03-02 15:12:46 -05:00
|
|
|
|
|
|
|
export * from './src/testing';
|