MaiOriginal post
Web Developer
Does mocking (using Jest) how the user gets registered count towards a rate limit?
Summary
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.