gulp.task('karma:tdd', function(done) {
    unitConfig.singleRun = false;
    unitConfig.autoWatch = true;

    karma.start(unitConfig, done);