Skip to content

Instantly share code, notes, and snippets.

@joeLepper
Created January 10, 2014 05:03
Show Gist options
  • Save joeLepper/8347279 to your computer and use it in GitHub Desktop.
Save joeLepper/8347279 to your computer and use it in GitHub Desktop.
Simple gulpJS Karma task
gulp.task('karma', function(){
spawn('karma', ['start', 'karma.config.js'], { stdio : 'inherit' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment