UNPKG

unserver-unify

Version:

18 lines (12 loc) 260 B
'use strict'; module.exports = function(config) { config.set({ autoWatch : false, frameworks: ['jasmine'], browsers : ['PhantomJS'], plugins : [ 'karma-phantomjs-launcher', 'karma-jasmine' ] }); };