https://github.com/beemi/jest-api-tests
API testing with JEST test framework
https://github.com/beemi/jest-api-tests
Last synced: 10 months ago
JSON representation
API testing with JEST test framework
- Host: GitHub
- URL: https://github.com/beemi/jest-api-tests
- Owner: beemi
- License: mit
- Created: 2022-01-22T21:39:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:12:34.000Z (over 2 years ago)
- Last Synced: 2023-12-15T06:28:48.594Z (over 2 years ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jest-api-tests
API testing with JEST test framework
## Running tests
```shell
$ npm run test
```