Skip to content

Commit b7c7b25

Browse files
committed
chore: swap es6-shim to core-js in tests
1 parent e416fd2 commit b7c7b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-shim.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Error.stackTraceLimit = Infinity;
22

3-
require('es6-shim');
3+
require('core-js/client/shim');
44
require('reflect-metadata');
55

66
require('ts-helpers');

0 commit comments

Comments
 (0)