ChainSafe / ChainSafe/forest-explorer
Rate Limiter testing
- Dominant language
- Rust
- Stars
- 2
- Forks
- 2
- Avg merge
- 5h
- Merged PRs (30d)
- 9
Description
The `Miniflare API` allows you to dispatch events to workers without making actual HTTP requests, simulate connections between Workers, and interact with local emulations of storage products like [KV](https://developers.cloudflare.com/workers/testing/miniflare/storage/kv), [R2](https://developers.cloudflare.com/workers/testing/miniflare/storage/r2), and [Durable Objects](https://developers.cloudflare.com/workers/testing/miniflare/storage/durable-objects). This makes it great for writing tests, or other advanced use cases where you need finer-grained control.
We can use `miniflare` to add test for rate limiter.
Additional Resource:
https://developers.cloudflare.com/workers/testing/miniflare/writing-tests/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.