MCPcopy Index your code
hub / github.com/codef0rmer/angular-dragdrop / karmaConfig

Function karmaConfig

gruntFile.js:8–11  ·  view source on GitHub ↗
(configFile, customOptions)

Source from the content-addressed store, hash-verified

6 grunt.registerTask('default', ['karma']);
7
8 var karmaConfig = function(configFile, customOptions) {
9 var options = { configFile: configFile, keepalive: true };
10 return grunt.util._.extend(options, customOptions);
11 };
12
13 // Project configuration.
14 grunt.initConfig({

Callers 1

gruntFile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected