-
We've already migrated all core tests from mocha, it's only still supported for plugins.
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4467#discussion_r1248354668
-
## Introduction of testing framework
**Describe the solution you'd like**
Integrating a testing framework, such as Mocha, into Universal-Box. This will allow contributors to write and execute test…
-
I'm a little confused on how to write enzyme tests for a component that uses `react-dimensions`
The component looks like this:
```
const Show = React.createClass({
// shortened for brevity…
-
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…
-
**Bounty description**
Implement and optimize the use of the `mocha --parallel` flag to improve test execution times in the Extractor repository. Initial impressions suggest a 30-40% improvement in…
-
Once #215 is complete and all mocha tests are removed, we'll need to remove the mocha dependencies and related scaffolding from the project (including docs references).
-
Hi! I'm trying to handle "Data Driven Tests", this is achieved by creating an array of test cases and iterate them for running them individually.
This is an example of that done using `Jest` and `n…
-
I can't run the tests on my Fedora 23 system with the packaged node v0.12.7. Most of the mochaTests fail with:
```
29) parsing error tests "before all" hook:
Error: done() invoked with non-Err…
-
Posible enhancements.
- Add test support in the definition of the template.
- On npm build don't rebuild if the user didn't want. (Ask the user)
-