0.1.0 • Published 5 years ago

@mseeley/jest-cases v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

jest-cases

status: CircleCI status: dependencies

Installation

npm install -D @mseeley/jest-cases

Usage

It would be time well spent to first learn about Jest's test.each before adding a dependency to this utility.

If you're undeterred then please enjoy the API Documentation. The specs also provide good insight into operations and usage.

Contributing

Contributions are welcome. Please see ensure that your code and commit message pass linting requirements. See the scripts member of this repo's package.json and husky.config.js for more information.

History

Releases follow standard version. Please see our CHANGELOG.md.

This utility is inspired, but entirely independent, of jest-in-case.