-
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…
-
When run with `--check-leaks`, this test:
```
describe('geolocate', () => {
before(() => global.navigator = {});
after(() => delete global.navigator);
it('should get the current position…
-
### 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%3Aiss…
-
I put up a test case repo at https://github.com/mjhm/mocha_jsdom_test
As mentioned in the README the repo shows a change in handling jsdom stack traces.
The problem is that for mocha@2.2.X the handl…
mjhm updated
10 months ago
-
## WS-2019-0425 - Medium Severity Vulnerability
Vulnerable Library - mocha-5.2.0.tgz
simple, flexible, fun test framework
Library home page: https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz
Path t…
-
I am running mocha with protractor. It is being used as a library. In interfaces/bdd the file parameter which is getting passed is not getting reflected in the
`context.it = context.specify = functio…
-
The Getting Started section in https://mochajs.org/ mentions
```
$ ./node_modules/mocha/bin/mocha
```
But this is not the right path anymore. #4880
-
**Is your feature request related to a problem or a nice-to-have?? Please describe.**
Running tests in parallel with mocha adds the overhead of using and spawning separate workers, which makes it s…
-
### 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…
khteh updated
10 months ago
-
![image](https://cloud.githubusercontent.com/assets/8011182/13682947/fce26372-e6b8-11e5-8815-7cf19e1c9732.png)
in HTML reporter, currently there is functionality to filter test results by passes and …