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 lddubeau/expect-rejection

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing the angular commit convention
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
conventional-changelog/conventional-changelog
Generate a changelog from git metadata.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
tclindner/npm-package-json-lint
Configurable linter for package.json files.
Account's avatar
lddubeau/npm-package-json-lint-config-lddubeau
A series of common rules for npm-package-json-lint.
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
lddubeau/tslint-config-lddubeau
A common set of tslint settings for my projects.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

lddubeau's profile
lddubeau
22 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
lddubeau

lddubeau/expect-rejection

A minimal way to test rejections.

TypeScript
1
0
No license

A tiny TypeScript/JavaScript helper that lets you assert that a promise rejects without writing repetitive boilerplate. By calling `use(chai)` once and then `expectRejection(...)` in your tests, you can cleanly verify promise rejections while using plain Chai (no need for chai‑as‑promised or a full plugin). It’s aimed at developers who write unit tests with async/await and want a minimal, personal‑use solution for rejection testing.