jest‑wrap provides a fluent, chainable API for adding custom “wrappers” around Jest’s `describe`, `it`/`test` blocks. It lets developers register or ad‑hoc use plugins (named with a `with…` prefix) that inject globals, overrides, and lifecycle hooks (`beforeEach`, `afterAll`, etc.), and supports `.skip()`/`.only()` chaining while remaining ES3‑compatible. The library is aimed at JavaScript test authors who want a declarative, reusable way to set up test environments and shared setup/teardown logic in Jest.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.