2017-04-27 17:29:11 -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
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @module
|
|
|
|
* @description
|
2017-08-02 22:15:30 -04:00
|
|
|
* Entry point for all public APIs of this package.
|
2017-04-27 17:29:11 -04:00
|
|
|
*/
|
|
|
|
export * from './src/testing';
|