Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix mock for useStripe (#1559)
`useStripe` returns functions rather than other hooks. In reality it doesn't return all functions from the `mockFunctions` object, but using a superset for the mock should still be fine as TS won't allow calling the functions which are not in the declared type of the hook.
- Loading branch information