jest-when icon indicating copy to clipboard operation
jest-when copied to clipboard

Jest support for mock argument-matched return values.

Results 12 jest-when issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

*Context:* I use `jest-when` for mocking API responses, typically through a function like `makeRequest(method, url, requestBody)`. Often we don't care about the request body, and often we want to use...