test(aio): move reflect-metadata polyfills to test.ts (#23234)

This resolves https://github.com/angular/angular-cli/issues/10333 and nicely cleans up the code.

PR Close #23234
This commit is contained in:
Igor Minar
2018-04-14 10:31:24 -07:00
committed by Jason Aden
parent 937f7cea37
commit 7493435911
3 changed files with 8 additions and 9 deletions

View File

@ -27,9 +27,6 @@
* and executed before the rest of the application files are executed.
*/
/** HACK: force import of environment.ts/environment.prod.ts to load env specific polyfills */
import './environments/environment';
/** ALL Firefox browsers require the following to support `@angular/animation`. **/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.