-
Extension of #91
There are only 5 tests right now and all of them are failing.
And tests are not setup properly either.
There should be exhaustive tests to make sure there isn't any major bug in …
-
**Is your feature request related to a problem? Please describe.**
We wrote our mocha test setup around 3 years ago now. We want to take another look to make sure that we are using up to date practic…
-
Hey. Any plans, or is there any option to run mocha unit tests in the browser? E.g. `mocha!.` in front of the file name, and then open example port 8080 and see the tests? A test runner thing.
-
## Issue
I am serving mocha tests that I wish to consume using Electron's `loadURL` function.
When I attempt to do this using `electron-mocha`, I get this error:
```
Error: No test files found…
-
I followed your installation directions faithfully (I hope).
when I run `yarn test` I get this error:
```
$ dotnet fable -o dist/tests
Fable 4.19.3: F# to JavaScript compiler
Minimum @fable-org…
-
## Description
We started adding generated JUnit reports through mocha-junit-reporter in this PR: https://github.com/sourcegraph/sourcegraph/pull/28262
We had to revert it through https://github…
umpox updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I have to run all tests in the project or don't exactly know where I have put the specific test (300+ tests in the project, 75+ …
-
1. Testing:
Description:
Write unit and integration tests for core functionalities.
Set up testing framework (e.g., Jest, Mocha).
2. Deployment:
Description:
Configure deployment to a …
-
A project with both `ember-cli-mocha` and `ember-mocha` as top-level ember addons will result in duplicate fixture HTML being rendered. Unfortunately, this also means that more than one DOM element ha…
-
### Dependency
- [ ] #6454
### Overview
We need to develop a sample set of unit tests against the JavaScript code in HfLA GitHub Actions, along with a new workflow that will invoke the tests in …