UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

12 lines (11 loc) 295 B
module.exports = function (karma) { karma.set({ frameworks: ['mocha'], files: ['test/tmp/browserified.js'], reporters: ['mocha-own'], mochaOwnReporter: { reporter: 'spec' }, browsers: process.env.TRAVIS ? ['Firefox', 'PhantomJS'] : ['Chrome', 'PhantomJS'] }) }