-
This took a while to track down - we're seeing issues with the performance of tests in our monorepo when running in the CI, and after some investigation using the `--detect-leaks` flag in jest, I've i…
-
We use `$.get` for our XHRs in `RecordStore`. Due to the vagaries of using jQuery under node, this makes it extremely hard to mock out the XHRs when testing. We wound up using dependency injection in …
danvk updated
9 years ago
-
Self-explanatory:
- Document the library
- Mock miner APIs, responses from a variety of firmware versions. Set up integration tests
-
I am getting the above error after installing the library.
On iOS, I figured I have to install the pods and then the error went away.
Are there further Android installation instructions?
-
# Feature or enhancement
Currently, `call` objects from the `unittest.mock` library only provide a tuple of positional arguments and a dictionary of keyword arguments passed to the function. It sho…
-
We are using [ioredis-tree](https://github.com/shimohq/ioredis-tree) package to store some hierarchical tree structures in Redis.
However, the lua scripts this library runs depend on `csmgpack` lib…
-
While the examples are useful as E2E tests, they alone don't provide adequate test coverage, so integration tests are needed. Most of the logic in Jest Cucumber can be integration tested by eliminatin…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
`cursor: not-allowed` is not default behavior for disabled elements (`cursor: default` is)
It is not compatible with `po…
-
## Summary
I'm trying to fix an issue with tests that are returning the following error:
```
Jest cannot read properties of undefined (reading 'ipcRenderer')
export const mainBridge = window…
-
Mockito 2.15.0
supportTest 1.0.1
Kotlin 1.2.30
I'm trying to mock (using `RETURNS_DEEP_STUBS`) some Kotlin data and normal classes in a library module that uses the `kotlin-allopen` compiler plug…