Skip to content

Commit

Permalink
test(docs-infra): remove reflect-metadata polyfill from aio tests (an…
Browse files Browse the repository at this point in the history
…gular#27130)

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

PR Close angular#27130
  • Loading branch information
IgorMinar authored and mhevery committed Nov 16, 2018
1 parent 848f414 commit 4f965ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aio/src/test.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 4f965ad

Please sign in to comment.