Skip to content

Commit 36efac3

Browse files
authored
test: try to explicitely set the Jasmine version
1 parent e8384f5 commit 36efac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = function(grunt) {
1717
specs: 'tests/spec/**/*Spec.js',
1818
helpers: 'tests/spec/helper.js',
1919
keepRunner: true,
20+
version: '3.0.8',
2021
page: {
2122
viewportSize: {
2223
width: 1400,

0 commit comments

Comments
 (0)