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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
dakolech

dakolech/jasmine-data_driven_tests

This plugin for Jasmine 2.x allows you to easily create data driven tests.

JavaScript
1
1
MIT License
gburghardt's profile
gburghardt
6 contributions
dakolech's profile
dakolech
4 contributions
dhaub's profile
dhaub
3 contributions

The **jasmine‑data_driven_tests** plugin adds two global helpers (`all/using`) that turn a simple array of data into full Jasmine 2.x test suites, automatically generating a `describe`/`it` pair for each data variant. It lets developers write concise, repeatable specs (including async and `this`‑based tests) without boiler‑plate, making it ideal for JavaScript teams that use Jasmine (or Karma) and need clean, data‑driven unit tests.