Skip to content

Commit

Permalink
fix: fix core-js import for core-js@3
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Jul 25, 2019
1 parent 6521e91 commit ae2d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/oocx-ng/src/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files

import 'core-js/es7/reflect';
import 'core-js/es/reflect';
import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
Expand Down

0 comments on commit ae2d4eb

Please sign in to comment.