Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/char0n/swagger-ui-jest
SwaggerUI + Jest basic setup POC
https://github.com/char0n/swagger-ui-jest
jest jest-tests jestjs swagger-ui
Last synced: 9 days ago
JSON representation
SwaggerUI + Jest basic setup POC
- Host: GitHub
- URL: https://github.com/char0n/swagger-ui-jest
- Owner: char0n
- Created: 2023-04-20T06:33:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T08:19:06.000Z (12 months ago)
- Last Synced: 2024-10-06T01:21:52.601Z (3 months ago)
- Topics: jest, jest-tests, jestjs, swagger-ui
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwaggerUI + Jest basic setup POC
This repo serves as POC of integrating [swagger-ui](https://github.com/swagger-api/swagger-ui)/[swagger-ui-react](https://github.com/swagger-api/swagger-ui-react) with vite + vue.js.
## Installation
```sh
$ npm i
```## Running tests
```sh
$ npm test
```