Skip to content

Commit d7604ea

Browse files
committed
Update gulp-jasmine to improve error stack traces
1 parent ebad8c9 commit d7604ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ gulp.task('test', function() {
145145
'config': {
146146
'helpers': [
147147
'./node_modules/babel-register/lib/node.js'
148-
]
148+
],
149+
'random': false,
149150
}
150151
}).on('end', function() {
151152
process.exit();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"gulp-eslint": "^2.0.0",
3939
"gulp-if": "^2.0.0",
4040
"gulp-insert": "^0.5.0",
41-
"gulp-jasmine": "^2.2.1",
41+
"gulp-jasmine": "^4.0.0",
4242
"gulp-notify": "2.2.0",
4343
"gulp-rename": "^1.2.2",
4444
"gulp-replace-task": "^0.11.0",

0 commit comments

Comments
 (0)