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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of airbnb/mocha-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
ljharb/eslint-config
My shareable eslint config
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
darkguy2008/parallelshell
Invoke multiple commands, running in parallel
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
80 contributions
gdborton's profile
gdborton
3 contributions
lencioni's profile
lencioni
3 contributions
danbeam's profile
danbeam
2 contributions
iancmyers's profile
iancmyers
1 contributions

Recent events

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

No events yet
airbnb

airbnb/mocha-wrap

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

JavaScript
54
10
MIT License

mocha‑wrap provides a small, chainable API that lets you declaratively wrap Mocha’s `describe`, `context`, `it`, and `specify` blocks with custom setup/teardown logic via reusable “plugins”. It’s aimed at JavaScript developers writing unit tests with Mocha who want a fluent, pluggable way to inject globals, overrides, or other test scaffolding without modifying each test suite directly.