https://github.com/sayan751/spy-examples
https://github.com/sayan751/spy-examples
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayan751/spy-examples
- Owner: Sayan751
- License: mit
- Created: 2021-06-29T17:30:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T21:56:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T10:44:27.203Z (over 1 year ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spy-examples
This repository shows [`@netatwork/spy`](https://github.com/Netatwork-de/spy) integration examples with the following popular test frameworks.
- [mocha with chai](https://github.com/Sayan751/spy-examples/tree/main/tests/mocha-chai) as assertion library
- [mocha with node assert module](https://github.com/Sayan751/spy-examples/tree/main/tests/mocha-node-assert) as assertion library
- [jasmine](https://github.com/Sayan751/spy-examples/tree/main/tests/jasmine)
- [jest](https://github.com/Sayan751/spy-examples/tree/main/tests/jest)
If you are interested in contributing any other integration example, feel free to open a PR.