chore(dependencies): switch from es6-shim to core-js (#10884)

This commit is contained in:
Marc Laval
2016-08-26 02:28:36 +02:00
committed by Victor Berchet
parent fc2fe00d16
commit 66df335998
22 changed files with 23 additions and 48 deletions

View File

@ -9,7 +9,7 @@ module.exports = function (config) {
frameworks: ['jasmine'],
files: [
'../../node_modules/es6-shim/es6-shim.js',
'../../node_modules/core-js/client/core.js',
'../../node_modules/angular/angular.js',
'../../node_modules/angular-animate/angular-animate.js',
'../../node_modules/angular-mocks/angular-mocks.js',