From 4f965ad2a11c5bd670e8ebb8a5852ce02d6fe1a1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 16 Nov 2018 05:33:08 -0800 Subject: [PATCH] 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 --- aio/src/test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aio/src/test.ts b/aio/src/test.ts index 457e086029276..1c2f3fced51a7 100644 --- a/aio/src/test.ts +++ b/aio/src/test.ts @@ -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 {