-
2023/01/18 - 2.0.3
- Fix jest crashing when handling error responses
- Fix
waitFor...
methods when sending error responses
-
2021/09/30 - 2.0.2
- Remove @client variables when normalising mocked responses
-
2021/07/03 - 2.0.1
- Pass graphql variables to result function.
-
2021/06/16 - 2.0.0
- Add
suppressMissingMockWarnings
option.
- Add
-
2021/05/11 - 2.0.0-rc.6
- Run
waitForAllResponsesRecursively
in singleact
.
- Run
-
2021/05/11 - 2.0.0-rc.5
- Use
act
inwaitFor...
methods. - Make
hookWrapperWithApolloMocks
takeWrap
as option property rather than second argument.
- Use
-
2021/05/11 - 2.0.0-rc.4
- Make
nMatches
default to 1. - Allow
nMatches
to be used for non-wildcard matches. - Allow request window for
waitForAllResponsesRecursively
to be specified as argument.
- Make
-
2021/04/30 - 2.0.0-rc.3
- Migrate to apollo client 3
- Remove
addWildcardMockedResponse
, nowaddMockedResponse
tests if the mocked response contains a wildcard before deciding what to do.
-
2020/04/22 - 1.0.0
- Initial release.