Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirezio/auto-spies
Create automatic spies from classes
https://github.com/hirezio/auto-spies
angular-testing auto-spies auto-spy jasmine jasmine-tests javascript javascript-testing jest spy testing typescript typescript-test typescript-testing
Last synced: 4 days ago
JSON representation
Create automatic spies from classes
- Host: GitHub
- URL: https://github.com/hirezio/auto-spies
- Owner: hirezio
- License: mit
- Created: 2017-07-26T12:52:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T20:51:54.000Z (over 1 year ago)
- Last Synced: 2025-01-01T11:04:02.297Z (11 days ago)
- Topics: angular-testing, auto-spies, auto-spy, jasmine, jasmine-tests, javascript, javascript-testing, jest, spy, testing, typescript, typescript-test, typescript-testing
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 181
- Watchers: 7
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular - auto-spies - Create automatic spies from classes. (Table of contents / Angular)
- fucking-awesome-angular - auto-spies - Create automatic spies from classes. (Table of contents / Angular)
- fucking-awesome-angular - auto-spies - Create automatic spies from classes. (Table of contents / Angular)
README
# auto-spies monorepo
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
Easy and type safe way to write spies for tests, for both sync and async (promises, Observables) returning methods.
This is the monorepo of:
| Project | Status | Description |
| -------------------- | ---------------------------------------------------------- | ------------------------------------------------------- |
| [jasmine-auto-spies] | [![jasmine-auto-spies-status]][jasmine-auto-spies-package] | Easy and type safe way to write spies for jasmine tests |
| [jest-auto-spies] | [![jest-auto-spies-status]][jest-auto-spies-package] | Easy and type safe way to write spies for jest tests |[jasmine-auto-spies]: https://github.com/hirezio/auto-spies/tree/master/packages/jasmine-auto-spies
[jasmine-auto-spies-status]: https://img.shields.io/npm/v/jasmine-auto-spies.svg
[jasmine-auto-spies-package]: https://npmjs.com/package/jasmine-auto-spies
[jest-auto-spies]: https://github.com/hirezio/auto-spies/tree/master/packages/jest-auto-spies
[jest-auto-spies-status]: https://img.shields.io/npm/v/jest-auto-spies.svg
[jest-auto-spies-package]: https://npmjs.com/package/jest-auto-spies
## Contributing
Want to contribute? Yayy! π
Please read and follow our [Contributing Guidelines](CONTRIBUTING.md) to learn what are the right steps to take before contributing your time, effort and code.
Thanks π
## Code Of Conduct
Be kind to each other and please read our [code of conduct](CODE_OF_CONDUCT.md).
## Contributors β¨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Shai Reznik
π» π π€ π π§ π§βπ« π β οΈ
Bnaya Peretz
π» π€ π§
shuebner
π» π€ β οΈ
Meksi
π» β οΈ
Taylor Ben
π€
Yonatan Kra
π»
Martin Baum
π» β οΈ
Guille Eneas TimΓ³n Grau
π» β οΈ
Rainer Hahnekamp
π§
WynieCronje
π» π π§
Johannes Gest
π§
mopinsk
π§
strawberry-choco
π§
Jan Philipp GΓΆlz
π§
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
MIT
## Want to learn more?