hapi-rate-limit
hapi-rate-limit copied to clipboard
Allow resetting of rate limit for testing
When writing tests which trigger a rate limit, any other tests which then call the endpoint will fail, because the rate limit takes 60 seconds to reset.
It would be useful if there was a way to reset the rate limit after tests have run for a specified endpoint