2016-06-23 09:47:54 -07: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
|
|
|
|
*/
|
|
|
|
|
2017-03-15 15:50:30 -07:00
|
|
|
require('source-map-support').install();
|
|
|
|
|
2016-08-30 18:07:40 -07:00
|
|
|
import './init';
|
|
|
|
import './animate_spec';
|
|
|
|
import './basic_spec';
|
|
|
|
import './entry_components_spec';
|
|
|
|
import './i18n_spec';
|
|
|
|
import './ng_module_spec';
|
|
|
|
import './projection_spec';
|
|
|
|
import './query_spec';
|
2017-04-26 09:24:42 -07:00
|
|
|
import './source_map_spec';
|
|
|
|
import './jit_summaries_spec';
|