Skip to content

Commit

Permalink
removed old tests from grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
kachok committed Aug 25, 2014
1 parent 3ebeb4e commit f3f1e64
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 @@ -67,7 +67,7 @@ module.exports = function (grunt) {
timeout: '10000',
recursive: true
},
src: ['test_old/*.js', 'test_old/**/*.js', 'test/*.js', 'test/**/*.js'],
src: ['test/*.js', 'test/**/*.js'],
generator: ['test/test-generator.js']
}
},
Expand Down

0 comments on commit f3f1e64

Please sign in to comment.