UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

30 lines (18 loc) 392 B
module.exports = function(config) { config.set({ basePath: '', frameworks: ['mocha', 'chai'], files: [ 'test/vendor/es5-shim.js', 'test_bundle.js' ], reporters: ['progress'], port: 9876, colors: true, logLevel: config.LOG_INFO, autoWatch: false, browsers: ['PhantomJS'], captureTimeout: 60000, singleRun: true }); };