Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jolares/angular-stub-util
- Owner: jolares
- License: mit
- Created: 2019-08-21T15:54:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T19:55:03.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T13:45:26.640Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 16 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`)!