npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mocha-compat

v3.5.5

Published

This is a fork of mocha 3.5.3 to upgrade dependencies to retain support for Node >=8 and resolve npm audit issues. Replace mocha-compat wherever you use mocha so they can be used side by side

Downloads

394

Readme

Mocha needs YOU!

Did you know Mocha is a dependency of over 100,000 projects published to npm alone?

Despite this, we're currently unable to merge most pull requests due to lack of maintenance resources.

Are you interested in triaging issues or reviewing open PRs? Have some time to hack on its codebase? If you would like to help maintain Mocha, please contact @boneskull on Gitter.

Thank you :kissing_heart: to all of you interested in helping. These are Mocha's immediate needs:

  1. Increase test coverage on Node.js and browser
  • Increase integration coverage for all reporters
    • html reporter must be tested in browser
    • ~~Basic console reporters (not nyan, landing, etc.) must be tested in both browser and Node.js contexts; PhantomJS can consume all console reporters~~
    • ~~Filesystem-based reporters must be tested in Node.js context~~
    • UPDATE - May 24 2017: Thanks to community contributions, the coverage on most reporters has increased dramatically! The html reporter is still in dire need of coverage.
  • Increase coverage against all interfaces (exports in particular). Ideally this becomes a "matrix" where we repeat sets of integration tests across all interfaces.
  • Refactor non-Node.js-specific tests to allow them to run in a browser context. Node.js-specific tests include those which require the CLI or filesystem. Most everything else is fair game.
  1. Review current open pull requests
  • We need individuals familiar with Mocha's codebase. Got questions? Ask them in our chat room.
  • Pull requests must have supporting tests. The only exceptions are pure cosmetic or non-functional changes.
  • Pull request contributors must sign the CLA.
  1. Close old, inactive issues and pull requests
  • ~~A bot should do this. We need a bot. Got a bot?~~ We now use GitHub's own probot-stale.
  1. Triage issues
  • If we run into "critical" bugs, they need fixing.
  • "Critical" means Mocha is broken w/o workarounds for a large percentage of users
  • Otherwise: respond to issues, close new dupe issues, confirm bugs, ask for more info, etc.

Once we gain ground on the above items, we can work together formalize our contribution guidelines and governance. For further info & ideas, please see our projects.

You needn't be a maintainer to submit a pull request for test coverage!

-- @boneskull, Jan 17 2016

Build Status Coverage Status FOSSA Status Gitter OpenCollective OpenCollective

Mocha is a simple, flexible, fun JavaScript test framework for node.js and the browser. For more information view the documentation.

Links

Backers

Become a backer and show your support to our open source project.

Sponsors

Does your company use Mocha? Ask your manager or marketing team if your company would be interested in supporting our project. Support will allow the maintainers to dedicate more time for maintenance and new features for everyone. Also, your company's logo will show on GitHub and on our site--who doesn't want a little extra exposure? Here's the info.

License

MIT

FOSSA Status