Skip to content

Commit a44287f

Browse files
committed
chore: remove system-polyfills.js
1 parent 7bb69c0 commit a44287f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = function(config) {
2323

2424
files: [
2525
// Angular and shim libraries loaded by Karma
26-
{ pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: true, watched: true },
2726
{ pattern: 'node_modules/systemjs/dist/system.src.js', included: true, watched: true },
2827
{ pattern: 'node_modules/es6-shim/es6-shim.js', included: true, watched: true },
2928
{ pattern: 'node_modules/angular2/bundles/angular2-polyfills.js', included: true, watched: true },

wallaby.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = function () {
66
return {
77
files: [
88
{pattern: 'node_modules/es6-shim/es6-shim.js', instrument: false},
9-
{pattern: 'node_modules/systemjs/dist/system-polyfills.js', instrument: false},
109
{pattern: 'node_modules/systemjs/dist/system.js', instrument: false},
1110
{pattern: 'node_modules/reflect-metadata/Reflect.js', instrument: false},
1211
{pattern: 'node_modules/zone.js/dist/zone.js', instrument: false},

0 commit comments

Comments
 (0)