
committed by
Kara Erickson

parent
7b3bcc23af
commit
5eb7426216
11
packages/zone.js/karma-build-mocha.conf.js
Normal file
11
packages/zone.js/karma-build-mocha.conf.js
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
module.exports = function(config) {
|
||||
require('./karma-build.conf.js')(config);
|
||||
|
||||
config.plugins.push(require('karma-mocha'));
|
||||
config.frameworks.push('mocha');
|
||||
config.client.mocha = {
|
||||
timeout: 5000 // copied timeout for Jasmine in WebSocket.spec (otherwise Mochas default timeout
|
||||
// at 2 sec is to low for the tests)
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user