https://github.com/angular/angular
Raw File
Tip revision: 96efb4b165b24912c415bcb9708f68f128e56f72 authored by George Kalpakas on 09 January 2018, 18:55:02 UTC
ci: temporary work-around for Travis issue (#21422)
Tip revision: 96efb4b
testing.ts
/**
 * @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
 * Entry point for all public APIs of the core/testing package.
 */

export * from './async';
export * from './component_fixture';
export * from './fake_async';
export * from './test_bed';
export * from './before_each';
export * from './metadata_override';
export * from './private_export_testing';
back to top