-
## Version **3.5.1** of [mocha](https://github.com/mochajs/mocha) just got published.
Branch
Build failing 🚨
Dependency
mocha
…
-
## Version **3.5.1** of [mocha](https://github.com/mochajs/mocha) just got published.
Branch
Build failing 🚨
Dependency
mocha
…
-
Learn more about storybook & what it's capable of...
Are we treating Storybook tests as a demo or an actual test suite? Both?
Refresh on Enzyme again
Can we check props in Enzyme?
How do we wa…
-
The browser global has been tested briefly, and our mocha tests use the CommonJS variation. But no one has looked at the AMD version for Require.JS.
-
Let's add some tests for React components with mocha + React test utils + sinon for spies etc. See https://facebook.github.io/react/docs/test-utils.html
-
After upgrading to meteor 1.4, I've noticed only client tests are appearing in the browser.
Both client and server tests are running, however only the client ones display. If I disable the client te…
-
#### Mocha callbacks only comparing against first response object in endpoint.
Eg:
Having:
router.post('/route', checkUser, user.addUser); //avoid elitist comment on verifying signup route
A…
-
I've seen this failure multiple times in kokoro CI
```
1) vulncheck result viewer tests
populates webview:
Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
Hi, I would like to make a feature request to allow for nested test cases, or at least some way to separate tests by namespace (like "context" or "describe" in JS testing frameworks like mocha). My pr…