Skip to content

Commit

Permalink
Adding karma task to typescript:test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Eggers committed Jan 8, 2014
1 parent c7a37fa commit 3ba295b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function (grunt) {
},
typescriptTest: {
files: ['test/spec/{,*/}*.ts'],
tasks: ['typescript:test']
tasks: ['typescript:test', 'karma']
},<% } else { %>
js: {
files: ['<%%= yeoman.app %>/scripts/{,*/}*.js'],
Expand Down

0 comments on commit 3ba295b

Please sign in to comment.