Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tree: 29f96c852c
Fetching contributors…

Cannot retrieve contributors at this time

10 lines (9 sloc) 0.187 kb
module.exports = function(config) {
config.set({
frameworks: ['jasmine'],
autoWatch: true,
logLevel: config.LOG_INFO,
logColors: true,
browsers: ['Chrome']
});
};
Jump to Line
Something went wrong with that request. Please try again.