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‑createspyobj is a tiny utility that adds a Jasmine‑style `createSpyObj` helper to Jest tests. It lets developers quickly generate a mock object with a set of spy methods—either by passing a class constructor or a name plus method list—returning a fully typed `jest.Mocked` instance. This is useful for any TypeScript or JavaScript codebase that uses Jest and wants a concise way to create mock objects for unit testing.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of unlight/jest-createspyobj

Account's avatar
semantic-release/changelog
semantic-release plugin to create or update a changelog file
Account's avatar
semantic-release/git
semantic-release plugin to commit release assets to the project's git repository
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
import-js/eslint-plugin-import
Node default behavior import resolution plugin for eslint-plugin-import.
Account's avatar
cartant/eslint-plugin-etc
More general-purpose ESLint rules
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
bfanger/eslint-plugin-only-warn
Downgrade errors to warnings
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
ota-meshi/eslint-plugin-regexp
ESLint plugin for finding RegExp mistakes and RegExp style guide violations.
Account's avatar
SonarSource/SonarJS
SonarJS rules for ESLint
Account's avatar
bryanrsmith/eslint-plugin-sort-class-members
ESLint rule for enforcing consistent ES6 class member order.
Account's avatar
danielnixon/eslint-plugin-total-functions
An ESLint plugin to enforce the use of TypeScript total functions.
Account's avatar
wix/eslint-plugin-wix-editor
Wix's editor group's custom ESLint rules
Account's avatar
jestjs/jest
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
slmgc/Nothing
A chainable, callable mock object which always returns itself
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
andnp/SimplyTyped
yet another Typescript type library for advanced types
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

semantic-release-bot's profile
semantic-release-bot
7 contributions
unlight's profile
unlight
2 contributions

Recent events

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

No events yet
unlight

unlight/jest-createspyobj

Helper function to create spy object for `jest`, same as `jasmine.createSpyObj`

JavaScript
8
2
MIT License