-
### Prerequisites
- [x ] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Ai…
-
Stack trace location and code lens location are far off?
eg:
![image](https://github.com/hbenl/vscode-mocha-test-adapter/assets/43581880/a937579b-03ae-4686-93a6-3ebd3a451f5d)
env:
Im using Moc…
-
Hi. We did pay attention in our tests that we cannot rely anymore on `deep.equal` when comparing objects with ObjectId() or even ObjectIds itself.
Env: node v16
Mongoose version: v5 vs v6
For…
spaiz updated
1 month ago
-
A test failed on a tracked branch
```
Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/opt/buildkite-agent/buil…
-
I've been trying to get some AMD modules build for the browser to test with mocha in node to no avail. Would love to see how anyone has been able to get this to work.
Fingers crossed :)
-
-
mocha-parallel-tests: 2.2.1
mocha-allure-reporter: 1.4.0
I have test:
```
require('mocha-allure-reporter')
describe('TEST', () => {
it('test', async () => {
allure.createStep('test', as…
-
#### What are you trying to achieve?
First off: we could manage to archieve autocompletion in our ide
So there can be some mistakes while writing a test. like in this example my coworker had a spell…
-
We recently switched from KafkaJS to this library, which has mostly been great, but we've been hitting an intermittent hang. I don't have a shareable reproducible test case yet, but I can explain wher…
-
`mocha-parallel-tests` is a package that allows Mocha tests to run in separate processes.
It is a wrapper of Mocha.
However when running tests in parallel that have `mocha-cakes-2` in the `ui`, i…