You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have some working examples of common configurations. Ideally these will also be available on mochajs.org, but should live in the repo as well. These files should not be distributed with a production npm install nor a bower install.
If anyone is interested in adding something, I'm using the examples branch; send a PR or commit there.
The text was updated successfully, but these errors were encountered:
That’s interesting. I just realized that when I setup testing for a new web project, I just copy and paste the HTML from the mochajs.org webpage, and then start tweaking it until it’s right. 🤓
Thinking about it, I guess it tells that I’m accustomed, and for this PR it’d be useful to have the perspective of someone who is just beginning with Mocha. I was wondering if maybe there are other PRs — or really any other kind of thing — that would hint on what are some of those scenarios that it’d be helpful to have examples for. 🤔
We should have some working examples of common configurations. Ideally these will also be available on mochajs.org, but should live in the repo as well. These files should not be distributed with a production
npm
install nor abower
install.If anyone is interested in adding something, I'm using the examples branch; send a PR or commit there.
The text was updated successfully, but these errors were encountered: