2016-06-30 13:07:17 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-30 13:07:17 -07:00
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
|
|
|
|
|
2019-10-06 12:06:53 +09:00
|
|
|
// import zone.js from npm here because integration test will load zone.js
|
|
|
|
|
// from built npm_package instead of source
|
2021-04-03 09:52:53 -04:00
|
|
|
import 'zone.js/node';
|
|
|
|
|
import 'zone.js/testing';
|
2016-06-30 13:07:17 -07:00
|
|
|
// Only needed to satisfy the check in core/src/util/decorators.ts
|
|
|
|
|
// TODO(alexeagle): maybe remove that check?
|
|
|
|
|
require('reflect-metadata');
|