Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mocha

simple, flexible, fun javascript test framework for node.js & the browser.
Collective - Host: opensource - https://opencollective.com/mochajs - Website: https://mochajs.org/ - Code: https://github.com/mochajs/mocha

docs: add instructions for hosting API docs

github.com/mochajs/mocha - mark-wiemer opened this pull request 18 days ago
๐Ÿ“ Docs: How to host API docs?

github.com/mochajs/mocha - mark-wiemer opened this issue 18 days ago
docs: improve third-party reporter docs

github.com/mochajs/mocha - mark-wiemer opened this pull request 18 days ago
refactor: replace `fs-extra` with newer `fs` built-ins

github.com/mochajs/mocha - ericcornelissen opened this pull request 20 days ago
chore(main): release 11.1.1

github.com/mochajs/mocha - github-actions[bot] opened this pull request 20 days ago
chore: enable ESLint's recommended JS rules

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 20 days ago
chore: enabled eslint-plugin-n

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 20 days ago
chore: pin node-lts tests to 22.11.0

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 20 days ago
chore(main): release 11.1.0

github.com/mochajs/mocha - github-actions[bot] opened this pull request 20 days ago
fix: improve error handling in global fixtures #5208

github.com/mochajs/mocha - TG199 opened this pull request about 1 month ago
refactor!: replace ansi-colors with smaller and faster ansis

github.com/mochajs/mocha - webdiscus opened this pull request about 1 month ago
๐Ÿ›  Repo: Credit contributors in release notes

github.com/mochajs/mocha - JoshuaKGoldberg opened this issue about 1 month ago
Consider adopting the Open Test Reporting format

github.com/mochajs/mocha - marcphilipp opened this issue about 1 month ago
closed #5251

github.com/mochajs/mocha - wnghdcjfe opened this pull request about 1 month ago
chore(main): release 11.0.2

github.com/mochajs/mocha - github-actions[bot] opened this pull request about 2 months ago
chore: replace `strip-ansi` with `util.stripVTControlCharacters`

github.com/mochajs/mocha - Phillip9587 opened this pull request about 2 months ago
๐Ÿ›  Repo: Replace fs-extra with newer fs built-ins

github.com/mochajs/mocha - JoshuaKGoldberg opened this issue about 2 months ago
docs: replace "New in" with "Since" in version annotations

github.com/mochajs/mocha - TG199 opened this pull request about 2 months ago
chore: error naming unification to err

github.com/mochajs/mocha - wnghdcjfe opened this pull request 2 months ago
feat: Error naming unification #5258

github.com/mochajs/mocha - wnghdcjfe opened this pull request 2 months ago
chore(main): release 11.0.1

github.com/mochajs/mocha - github-actions[bot] opened this pull request 2 months ago
chore(deps): update chokidar to v4

github.com/mochajs/mocha - ggodlewski opened this pull request 2 months ago
fix: catch exceptions setting Error.stackTraceLimit

github.com/mochajs/mocha - kevinoid opened this pull request 2 months ago
feat: bumped glob dependency from 8 to 10

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 2 months ago
๐Ÿ“Œ Mocha 11 Release Plan

github.com/mochajs/mocha - JoshuaKGoldberg opened this issue 2 months ago
docs: add new website using Astro Starlight

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 3 months ago
docs: downgrade example/tests chai to 4.5.0

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 3 months ago
chore(main): release 11.0.0 prerelease

github.com/mochajs/mocha - github-actions[bot] opened this pull request 3 months ago
chore: fix docs builds by ignoring gitignore again

github.com/mochajs/mocha - JoshuaKGoldberg opened this pull request 3 months ago
chore(main): release 10.8.2

github.com/mochajs/mocha - github-actions[bot] opened this pull request 3 months ago
chore(main): release 10.8.1

github.com/mochajs/mocha - github-actions[bot] opened this pull request 3 months ago
docs: typos in mochajs.org

github.com/mochajs/mocha - mark-wiemer opened this pull request 3 months ago
docs: update SuperAgent site URL

github.com/mochajs/mocha - mark-wiemer opened this pull request 3 months ago
feat: allow calling hook methods

github.com/mochajs/mocha - perrin4869 opened this pull request 3 months ago
docs: pin chai to version 4 in browser example

github.com/mochajs/mocha - koddsson opened this pull request 3 months ago
fix: use accurate test links in HTML reporter

github.com/mochajs/mocha - danny0838 opened this pull request 3 months ago
fix: test link in html reporter

github.com/mochajs/mocha - danny0838 opened this pull request 3 months ago
feat: highlight browser failures

github.com/mochajs/mocha - mark-wiemer opened this pull request 3 months ago
feat: add ESM export

github.com/mochajs/mocha - brettz9 opened this pull request 4 months ago
๐Ÿ›  Repo: Windows fails to run `npm test`

github.com/mochajs/mocha - mark-wiemer opened this issue 4 months ago
test: fix npm scripts on windows

github.com/mochajs/mocha - mark-wiemer opened this pull request 4 months ago
feat: highlight browser failures

github.com/mochajs/mocha - mark-wiemer opened this pull request 4 months ago
๐Ÿ› Bug: https://mochajs.org/api is now a 404

github.com/mochajs/mocha - JoshuaKGoldberg opened this issue 4 months ago
fix!: adapt new engine range for Mocha 11

github.com/mochajs/mocha - voxpelli opened this pull request 4 months ago
chore: bump chokidar to v4

github.com/mochajs/mocha - talentlessguy opened this pull request 4 months ago
Chore: bump chokidar to v4

github.com/mochajs/mocha - talentlessguy opened this issue 4 months ago
docs: add `SECURITY.md` pointing to Tidelift

github.com/mochajs/mocha - voxpelli opened this pull request 4 months ago
๐Ÿ“ Docs: Overhaul website generation

github.com/mochajs/mocha - JoshuaKGoldberg opened this issue 5 months ago
fix: ignore all node_modules and .git dirs by default

github.com/mochajs/mocha - jedwards1211 opened this pull request 5 months ago
chore(main): release 10.8.0

github.com/mochajs/mocha - github-actions[bot] opened this pull request 5 months ago
docs: adopt Collective Funds Guidelines 0.1

github.com/mochajs/mocha - voxpelli opened this pull request 5 months ago
docs: update README, LICENSE and remove outdated

github.com/mochajs/mocha - voxpelli opened this pull request 6 months ago
chore(main): release 10.7.3

github.com/mochajs/mocha - github-actions[bot] opened this pull request 6 months ago
fix: make release-please build work

github.com/mochajs/mocha - voxpelli opened this pull request 6 months ago
chore: fix failing markdown linting

github.com/mochajs/mocha - voxpelli opened this pull request 6 months ago
chore(main): release 10.7.2

github.com/mochajs/mocha - github-actions[bot] opened this pull request 6 months ago
docs: improve filtering

github.com/mochajs/mocha - voxpelli opened this pull request 6 months ago
chore(main): release 10.7.1

github.com/mochajs/mocha - github-actions[bot] opened this pull request 6 months ago