-
good:
```ts
describe('updateOrCreateHistoryByUser', () => {
let historyTrack: MockProxy
let historyTracks: MockProxy
let playHistoryMock: DeepMockProxy
beforeEach(() => {
…
-
Hey there, we are consuming this SDK for our application, and are now required to flesh out unit testing for it.
I noticed that `jest-config.ts` seems to exist solely for complying with the packag…
-
Hello,
I am trying to mimic a SOAP server from a third party organization so that we are able to work without depending on the remote server. We do not have access to the remote server source code,…
-
### Tested versions
v4.4.dev5.mono.official [9e6098432]
### System information
All
### Issue description
I'm providing a mocking util for testing in my plugin GdUnit4 and the test are broken now.…
-
https://www.graphql-tools.com/docs/mocking#addmockstoschema
> [Mocking](https://www.graphql-tools.com/docs/mocking#mocking)
>
> The strongly-typed nature of a GraphQL API lends itself extremely …
-
### 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…
-
Struggling to create a minimal implementation of this, but it seems that when we're using `pytest-cov`, mocking out `os`, and then have an internal pytest error we have hundreds of megabytes of AST da…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issu…
-
**Is your feature request related to a problem? Please describe**
When building components, one would like to mock some things to visualize components in some edge cases. For example, imagine I have …
-
### Current Behavior
After updating to `mockk` version `1.13.13`, some tests that involve mocking properties returning other mocks started to fail. Specifically, the error message indicates that a …