Closed plentymonkey closed 5 years ago
ERROR [karma-server]: TypeError: Cannot read property 'push' of undefined
If I remove Safari from karma.config.jsthe tests run through.
karma.config.js
That's how the config looks like:
config.set({ frameworks: ['jasmine'], files: ['test/main.js'], preprocessors: { 'test/main.js': ['webpack', 'sourcemap'] }, webpack: require('./config/webpack.test.js'), reporters: [ 'progress', 'kjhtml', 'coverage-istanbul' ], autoWatch: true, browsers: ['Chrome', 'Firefox', 'Safari'], ...
ERROR [karma-server]: TypeError: Cannot read property 'push' of undefined
If I remove Safari from
karma.config.js
the tests run through.That's how the config looks like: