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

https://github.com/mackentoch/jest-demo


https://github.com/mackentoch/jest-demo

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# jest demo

## Installation

⚠️ [Node JS 12](https://nodejs.org/en/) is a prerequisite

```bash
npm install
```

## Run test

```bash
npm run test %FILENAME%
```