Skip to content

Commit c9ee6d1

Browse files
committed
Fix jasmine integration
1 parent d024f6b commit c9ee6d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ module.exports = function (grunt) {
3737
'test/gruntpath.js'
3838
],
3939
display: 'short',
40-
summary: true
40+
summary: true,
41+
version: '3.8.0' // https://github.com/gruntjs/grunt-contrib-jasmine/issues/339
4142
}
4243
},
4344
browserify: {

0 commit comments

Comments
 (0)