Skip to content

Commit 846f012

Browse files
committed
Include vendors and helpers
1 parent 1ec064f commit 846f012

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ module.exports = function(grunt) {
2727
jasmine: {
2828
src: 'src/jquery.github.js',
2929
options: {
30-
specs: 'spec/*spec.js'
30+
specs: 'spec/*spec.js',
31+
helpers: 'spec/helpers/*.js',
32+
vendor: 'lib/jquery.min.js'
3133
}
3234
},
3335

0 commit comments

Comments
 (0)