Last 12 weeks · 0 commits
4 of 6 standards met
Hello, I have the following task which stopped working after upgrade to 10.0.0 version with error Error: No test files found: "test" I have tracked down the issue with the way gulpPlugin is called. It's current implementation 0.3.0 is Currently the callback will exit prematurely here (see bellow) because the file will be null ({read: false}), thus onFile callback is not executed which in turn accumulates the test files. To fix this, just call gulpPlugin with supportsAnyType option true Thanks
Repository: sindresorhus/gulp-mocha. Description: Run Mocha tests Stars: 378, Forks: 84. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: gulp-plugin, javascript, mocha, nodejs, test-runner. Latest release: v10.0.1 (2y ago). Open PRs: 0, open issues: 11. Last activity: 2y ago. Community health: 85%. Top contributors: sindresorhus, floatdrop, johanblumenberg, davychiu, Jameskmonger, kevva, alexgorbatchev, stillesjo, abalmos, shellscape and others.