-
### 🚀 Feature Proposal
Add a matcher for spies that spy on async functions.
### Motivation
When spying on async functions, the received value of `expect(spy).toHaveReturnedWith` is always a P…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Expected Behavior
`spyk` should successfully mock Retrofit instances on suspended methods
### Current Behavior
no `coEvery` works on spies
### Failure Information (for bugs)
#### S…
naixx updated
4 months ago
-
Dando continuidade as lives de testes, gostaria que falássemos sobre spies e como bibliotecas de espiões do Python funcionam, como por exemplo a lib [kgb](https://pypi.org/project/kgb/).
-
The function prepare_send_spies chooses the first 100 spies on a planet, but if the first 100 are not available no spies can be sent.
Since the spies are chosen in alphabetical order, a work around fo…
-
My tests for executing a task locally and remotely are pretty pathetic right now.
The single remote execution test is actually marked pending, because I don't think it really makes sense to actuall…
-
We should have a section in our guide how to use mocks, spies and stubs using Sinon in tests. And mocking es modules in tests using import maps.
-
Several elements of the spyfall engine need to be adapted to suit Resistance rules (https://en.wikipedia.org/wiki/The_Resistance_(game))
### Game Engine:
- [x] Replace countdown timer with Round c…
-
While mocks are working great for me, I'm having some trouble with spies.
I created this code.
```typescript
import { moduleDependency } from "./dependency";
export const internalDependency …
-
Upon testing a method that takes a callback function, to do some async operation, I use your library to create a spy:
```
type MySpy struct {
*spies.Spy
}
func (my *MySpy) Callback(res Ca…