MCPcopy Index your code
hub / github.com/angular-dashboard-framework/angular-dashboard-framework / runKarma

Function runKarma

gulpfile.js:249–254  ·  view source on GitHub ↗

run karma

(done, singleRun)

Source from the content-addressed store, hash-verified

247
248/** run karma */
249function runKarma(done, singleRun){
250 new karmaServer({
251 configFile : __dirname +'/test/karma.conf.js',
252 singleRun: singleRun
253 }, done).start();
254}
255
256gulp.task('karma', ['dashboard-templates'], function(done) {
257 runKarma(done, true);

Callers 1

gulpfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected