UNPKG

lil-http

Version:

Tiny, lightweight, full featured HTTP client

22 lines (21 loc) 405 B
module.exports = function(config) { config.set({ files: [ 'node_modules/chai/chai.js', 'bower_components/zepto/zepto.min.js', 'resilient.js', 'test/browser.js' ], frameworks: ['mocha'], browsers: [ 'Chrome', 'ChromeCanary', 'Firefox', 'PhantomJS', 'Opera', 'Safari' ], reports: ['progress'], singleRun: true }) }