Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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