Your IP : 216.73.216.124


Current Path : /var/www/html/empangan/node_modules/browserify-zlib/
Upload File :
Current File : /var/www/html/empangan/node_modules/browserify-zlib/karma.conf.js

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']
  })
}