-
Jest seems a really nice solution as far as testing both components and redux parts (action creators, reducers, etc). Also running tests using jsdom is much faster compared to Karma that needs a brows…
-
tests do not work correctly out of the box, due to the import error mentioned here: https://github.com/facebook/jest/issues/2081
installing babel-jest as suggested in that thread fixes this issue.
-
### Version
29.7.0
### Steps to reproduce
I have an Expo 50 React Native app and have some code that uses the Typescript `createSourceFile` method. If I call this method from a jest test then the t…
-
Hello,
I've been running into an issue where an open handle prevented Jest to close.
The quick fix for now is to add a `jest.teardown,js` file with this snippet:
```js
afterAll(async () => {
…
-
Hi! This seems to be a fantastic project.
Currently I'm trying to test `chrome.storage.local.get` and `chrome.storage.local.set`, but I'm struggling to have my typscript environment, more specifica…
-
-
I could not get the Example app to work on Android without making the following changes:
```
diff --git a/Example/android/build.gradle b/Example/android/build.gradle
index 90b9803..4a457d5 100644
…
-
Jest tests that we run for CLI today have a memory leak because the way we mock and do sync requests. We ned a better strategy to improve the tests and make them run faster.
Also related https://gi…
-
We recently switched from KafkaJS to this library, which has mostly been great, but we've been hitting an intermittent hang. I don't have a shareable reproducible test case yet, but I can explain wher…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…