Christopher Hiller
Christopher Hiller
I like the output codecov.io gives in its integration. Example:  The graphical stuff is kind of useless, but it provides good contextual information otherwise. @mochajs/core anyone have an opinion...
when we transitioned to Rollup/Babel, we misconfigured Babel such that all language APIs polyfilled by `core-js` would be accessible not just by Mocha, but by tests and code under test....
This would really help teams that have very large test suites. I am not sure exactly how other test frameworks accomplish this, but I can think of a few strategies....
I have a couple ideas for improvements here now that we're past the MVP: 1. Detect if we're only running a single file, and disable parallel mode automatically. Running a...
As part of PR #4241, I was tweaking a few things in our test helper module, which helps Mocha call itself in a child process for end-to-end testing. It got...
I'm getting bit with failing documentation builds because I'm writing docstrings that JSDoc doesn't like (specifically, TS-style). But there's no linting happening before getting to Netlify. We may be able...
We need plugin API(s). More to follow.
In the timeout-handling code in `Runnable#resetTimeout`, if `_enableTimeouts` was `false`, Mocha would completely avoid setting a timer, even if the timeout was set to `0`. This PR changes the behavior...
I identified a use case for a custom JSDoc tag in our source. Let's tag code that exists for the sole purpose of supporting a particular environment. Then, if/when we...
Currently, only the `mochajs.org` branch will be published whenever it's updated. That's fine for ensuring our site doesn't reflect `master`, but what we should *really* do is have multiple sites--e.g.,...