Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```