Does mocking (using Jest) how the user gets registered count towards a rate limit?
TL;DR
Integration tests that call the API contribute to rate limits since it's a regular call. Mocking user registration with Jest does not count towards the rate limit.
Kenny
11 Jun, 2024, 21:11
If it's an integration test that actually calls the API then yes it would could towards the rate limit, since it's a normal call.