Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nottyo/contract-testing-jestjs
Demo project for contract testing with JestJS
https://github.com/nottyo/contract-testing-jestjs
api-testing contract-testing expressjs jestjs
Last synced: about 4 hours ago
JSON representation
Demo project for contract testing with JestJS
- Host: GitHub
- URL: https://github.com/nottyo/contract-testing-jestjs
- Owner: nottyo
- Created: 2019-08-25T09:33:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:13:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T13:26:41.713Z (over 1 year ago)
- Topics: api-testing, contract-testing, expressjs, jestjs
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Contract Test with JestJS
### Run the app
```
sh$ yarn install
sh$ yarn start
```### Run the tests
```
sh$ yarn test
```