promisify-node icon indicating copy to clipboard operation
promisify-node copied to clipboard

Problem with gulp.watch, mocha and promisify

Open c301 opened this issue 10 years ago • 1 comments

When I using gulp.wach to run tests (mocha) on each changes of the files, nodegit initialized without error only first time. I've created repo to reproduce this problem (see README for error stack).

Please check it, if you have a time https://github.com/c301/promisify-issue

c301 avatar Jun 30 '15 12:06 c301

I ran into this issue earlier today, and found gulp-spawn-mocha to be a quick fix.

jsoma avatar Mar 19 '16 13:03 jsoma