zone-testing.ts 467 B

12345678910111213141516
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. // load test related files into bundle in correct order
  9. import '../zone-spec/long-stack-trace';
  10. import '../zone-spec/proxy';
  11. import '../zone-spec/sync-test';
  12. import '../jasmine/jasmine';
  13. import './async-testing';
  14. import './fake-async';
  15. import './promise-testing';