Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jolares/angular-stub-util

An JavaScript testing library. Keywords: Angular, NestJS, TypeScript, Testing
https://github.com/jolares/angular-stub-util

Last synced: 24 days ago
JSON representation

An JavaScript testing library. Keywords: Angular, NestJS, TypeScript, Testing

Awesome Lists containing this project

README

        

# Jazz

A JavaScript Testing Library with an obsession for simplicity, reliability, and good rythm.

Jazz's goal is to provide developers with a set of practical, frustration-free testing tools that simplify work and seamlessly adopt best practices.

## Usage

1) Add jazz to your project: `npm install jazz-test --save-dev`
2) Refer to the [docs](https://github.com/jolares/jazz-test/wiki) for usage & examples.

## Dependencies

- [Node](https://nodejs.org): tested on v13.5.0
- [Jest](https://jestjs.io): tested on v24.9.0
- [RxJs](https://rxjs-dev.firebaseapp.com): tested on v6.5.4

## Changelog

[Learn about our latest improvements](https://github.com/jolares/jazz/blob/master/CHANGELOG.md).

## Contribute

- [Report a Bug](https://github.com/jolares/jazz-test/issues)
- Develop: create a branch with the name prefix `feat-`, `fix-`, `refact-`, or `docs-` and create a Pull Request onto the most recent jazz-test release branch (`v.x.x`)!