Skip to content

Commit

Permalink
fix(grunt): Added the e2e protractor tests to the Grunt watch cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Dec 20, 2013
1 parent b0b1ebc commit 95ac183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ module.exports = function(grunt) {
livereload: 7777
},
source: {
files: ['src/**/*.js', 'test/unit/**'],
files: ['src/**/*.js', 'test/unit/**.js', 'test/e2e/**.js'],
tasks: [
'jshint',
'concat:dist',
Expand Down

0 comments on commit 95ac183

Please sign in to comment.