We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ddb8b commit ae514e1Copy full SHA for ae514e1
1 file changed
gulpfile.js
@@ -22,6 +22,7 @@ const mocha = lazypipe()
22
.pipe(gulpMocha, {
23
reporter: 'spec',
24
timeout: 120000,
25
+ slow: 500,
26
globals: {
27
should: require('should')
28
},
0 commit comments