What is the best way to run an Integration Test for my Worker that uses the Rate Limiter API?
Hey there, I have a worked that uses several different middlewares and one of them is based on the Rate Limiter API to limit requests to my Worker. I found that miniflare doesn't support testing with Rate Limiter API, so I was wondering what is the best way I can do an integration test at the moment. There are no documentation about it.
1 Reply
??????