MCPcopy Create free account
hub / github.com/angular-app/angular-app / karmaConfig

Function karmaConfig

client/gruntFile.js:24–28  ·  view source on GitHub ↗
(configFile, customOptions)

Source from the content-addressed store, hash-verified

22 });
23
24 var karmaConfig = function(configFile, customOptions) {
25 var options = { configFile: configFile, keepalive: true };
26 var travisOptions = process.env.TRAVIS && { browsers: ['Firefox'], reporters: 'dots' };
27 return grunt.util._.extend(options, customOptions, travisOptions);
28 };
29
30 // Project configuration.
31 grunt.initConfig({

Callers 1

gruntFile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected