blob: 12e3ff3d93c8e501ace6ec9564047bd4836b88c1 [file] [log] [blame]
'use strict';
module.exports = function(config) {
config.set({
autoWatch : false,
frameworks: ['jasmine'],
browsers : ['PhantomJS'],
plugins : [
'karma-phantomjs-launcher',
'karma-jasmine'
]
});
};