GitShow/sindresorhus/gulp-mocha
sindresorhus

gulp-mocha

Run Mocha tests

by sindresorhus
gulp-pluginjavascriptmochanodejstest-runner
Star on GitHubForknpm

JavaScript

378 stars84 forks43 contributorsQuiet · 2y agoSince 2013v10.0.1MIT

Meet the team

See all 43 on GitHub →
sindresorhus
sindresorhus114 contributions
floatdrop
floatdrop8 contributions
johanblumenberg
johanblumenberg3 contributions
davychiu
davychiu2 contributions
Jameskmonger
Jameskmonger2 contributions
kevva
kevva2 contributions
alexgorbatchev
alexgorbatchev1 contribution
stillesjo
stillesjo1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
burcadoruciprian
Problems with 10 versionClosedIssue

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

burcadoruciprian · 2y ago
philipwhiuk
Node version supportClosedIssue

Node 10 is EOL. I propose as a major version we remove node 10 and add builds for 16, 18 and 20.

philipwhiuk · 2y ago
philipwhiuk
Update mocha to 10.2.0 (latest version)MergedPR

Creating this to see what's necessary to fix to get gulp-mocha modernised.

philipwhiuk · 2y ago
Structured data for AI agents

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.

·@ofershap

Replace github.com with gitshow.dev