-
### Summary
I get the following error when running detox tests on a debug instance of my app on Android hosted in Genymotion. I have not tried this on any other Android emulator or device as I do no…
-
**Context**
After introducing mutation tests at the backend with PIT we now move on to the frontend and are doing some PoCs on a small react TypeScript code base. At the component unit tests we disco…
-
10% failed of the top 200 modules using standard `^17.0.0` that was published within the last 550 days.
Even more fails if `.d.ts` and `.ts` files are parsed and validated as well, which will be t…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…
-
Could not get this to work; it gives the error `ReferenceError: before is not defined`.
It traces back to these lines (in the built version)
```
return function (chai, utils) {
be…
-
Hi everybody, I was trying to use strykerJs in my react project. But I could not run the test unfortunately. And the reason was not clear to me. I followed the guide.
Here are my dependencies and d…
-
### What happened?
When constructing even the most trivial of `aws.lambda.CallbackFunction`s in a test suite, the suite leaks a rejected promise. This causes the test runner (jest, in my case) to r…
-
## The devDependency [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) was updated from `22.9.0` to `22.10.0`.
🚨 [View failing branch](https://github.com/davidgoli/calrule/c…
-
**Question**
Why same configuration for a very similar app is causing test failure? Mainly, tests are not even running or only a few tests can be found.
**Stryker environment**
stryker conf…
-
### Describe the bug
When a story render-function uses the useArgs-hook to change the story args in the middle of a play-function, the test-runner stops running the play-function at that point and …