Skip to content

Instantly share code, notes, and snippets.

@consoledotblog
Forked from Nijhazer/bawts-19.js
Created January 14, 2016 17:16
Show Gist options
  • Save consoledotblog/6ec2dc1501ec211c53e0 to your computer and use it in GitHub Desktop.
Save consoledotblog/6ec2dc1501ec211c53e0 to your computer and use it in GitHub Desktop.
Building Applications with TypeScript - Snippet 19
var KarmaServer = KarmaServer = require('karma').Server;
gulp.task('test:www', ['compile:www'], function (done) {
new KarmaServer({
configFile: __dirname + '/karma.conf.js',
singleRun: true
}, done).start();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment