UNPKG

elision-helpers

Version:

Small collection of handy javascript functions.

18 lines 465 B
module.exports = function(config) { config.set({ frameworks: ['mocha', 'chai'], files: ['src/helpers.js', 'test/test.js'], eporters: ['progress', 'mocha', 'coverage'], port: 9876, // karma web server port colors: true, logLevel: config.LOG_INFO, browsers: ["PhantomJS"], autoWatch: true, concurrency: Infinity, browserConsoleLogOptions: { level: 'error', format: '%b %T: %m', terminal: true } }) }