jbblanchet
Results
2
issues of
jbblanchet
Given this gulp task: ``` javascript gulp.task('test', function() { return gulp.src("*.spec.js") .pipe(jasmine()); }); ``` and this spec: ``` javascript describe("a test", function () { it("should work", function (done) { setTimeout(function...
Hi! Noticed a major version change, which normally means a breaking change according to semver, but I couldn't find any description on the release, nor a changelog or an addendum...