Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

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.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of airbnb/jest-wrap

Account's avatar
ljharb/define-properties
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
Raynos/function-bind
Implementation of Function.prototype.bind
Account's avatar
es-shims/Function.prototype.name
An ES2015 spec-compliant `Function.prototype.name` shim
Account's avatar
tarruda/has
Object.prototype.hasOwnProperty.call shortcut
Account's avatar
inspect-js/is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-symbol
Determine if a value is an ES6 Symbol or not.
Account's avatar
juliangruber/isarray
Array#isArray for older browsers
Account's avatar
inspect-js/object-inspect
string representations of objects in node and the browser
Account's avatar
es-shims/Object.entries
ES2017 spec-compliant Object.entries shim.
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
ljharb/istanbul-merge
Merge multiple istanbul coverage reports into one
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
ljharb/safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
42 contributions
gdborton's profile
gdborton
13 contributions
lencioni's profile
lencioni
6 contributions
skevy's profile
skevy
2 contributions
jwir3's profile
jwir3
1 contributions
sharmilajesupaul's profile
sharmilajesupaul
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
airbnb

airbnb/jest-wrap

Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.

JavaScript
40
14
MIT License