test(docs-infra): remove reflect-metadata polyfill from aio tests (#27130)

v7 CLI includes the polyfill automatically whenever JIT compiler is used, so we don't need
to do it explicitly.

PR Close #27130
This commit is contained in:
Igor Minar 2018-11-16 05:33:08 -08:00 committed by Misko Hevery
parent 848f4148c0
commit 4f965ad2a1
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
// Reflect.metadata polyfill is only needed in the JIT mode which we use only for unit tests
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {