Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/verdaccio/verdaccio-e2e-example

E2E test example with Jest and Verdaccio
https://github.com/verdaccio/verdaccio-e2e-example

e2e example jest verdaccio

Last synced: 3 months ago
JSON representation

E2E test example with Jest and Verdaccio

Awesome Lists containing this project

README

        

# Verdaccio E2E Example

This End to End test example combines Jest and a tiny CLI aplication using Verdaccio.

### Usage

```
yarn test
```

### To make it fail

- Modify .npmignore (includes `src` folder)
- Modify `calculateArea`

MIT