Skip to content

Commit

Permalink
Merge pull request #87 from mchapman/patch-2
Browse files Browse the repository at this point in the history
Change callback
  • Loading branch information
lathonez committed Apr 26, 2016
2 parents 7dd49f8 + f9d15c1 commit f3b6641
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ gulp.task('karma', (done: Function) => {
configFile: join(process.cwd(), TEST_DIR, 'karma.config.js'),
singleRun: true,
},
done
function() {
done();
}
).start();
});

Expand Down

0 comments on commit f3b6641

Please sign in to comment.