UNPKG

playbasis

Version:
21 lines (18 loc) 366 B
module.exports = function(config) { config.set({ browsers: ['Chrome'], frameworks: ['browserify', 'jasmine'], reporters: ['spec'], preprocessors: { 'src/**/*.js': ['browserify'] }, browserify: { debug: true }, // uncomment this line to show message on terminal //logLevel: config.LOG_DEBUG, client: { captureConsole: true } }); };