Skip to content

Instantly share code, notes, and snippets.

@jasonswett
Created November 26, 2014 22:21
Show Gist options
  • Save jasonswett/578fccdb798ba0ccd86a to your computer and use it in GitHub Desktop.
Save jasonswett/578fccdb798ba0ccd86a to your computer and use it in GitHub Desktop.
gulp.task('test', function() {
server.listen(3000);
return gulp.src('spec/test.js')
.pipe(jasmine())
.on('end', function () {
server.close();
exit();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment