UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

23 lines (15 loc) 276 B
//jshint strict: false exports.config = { allScriptsTimeout: 11000, specs: [ '*.js' ], capabilities: { browserName: 'chrome' }, baseUrl: 'http://localhost:8000/', framework: 'jasmine', jasmineNodeOpts: { defaultTimeoutInterval: 30000 } };