-
### 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%3Ais…
-
Можно взять файл из пакета
`--require ts-node/register`
Но нельзя взять локальный файл
`--require ./test-require/index.js`
```
Error: Cannot find module './test-require/index.js'
```
В moch…
-
I clone the grafana form the repo for development purposes and then tried to build in the local system but got error in yarn install and yarn start.
**Errors during yarn install :**
YN0000: · Ya…
-
### 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%3Aissue%…
-
### 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%3Aissue%20la…
-
### What version of Bun is running?
0.8.1
### What platform is your computer?
MacOS
### What steps can reproduce the bug?
Installing package directly using github url. Bun always looks for `npm r…
-
### Description
Output files to be tested (in load order) with the [debug](https://www.npmjs.com/package/debug) package using the namespace `'mocha:files'` in ["bin/_mocha"](https://github.com/plro…
-
We have identified a dependency on version 7.2.0 of [mocha](https://www.npmjs.com/package/mocha). A new version (10.2.0) is available for upgrade.
Following are the steps to upgrade package dependenc…
-
### 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%3Aissue%20labe…
-
It would be nice to be able to configure `cypress ci` to fail if there is `it.only` in the specs to prevent successful builds because of accidental undesired commits.