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: 7 months ago
JSON representation
E2E test example with Jest and Verdaccio
- Host: GitHub
- URL: https://github.com/verdaccio/verdaccio-e2e-example
- Owner: verdaccio
- License: mit
- Created: 2020-05-24T19:45:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T19:57:43.000Z (over 5 years ago)
- Last Synced: 2025-04-20T07:24:31.289Z (9 months ago)
- Topics: e2e, example, jest, verdaccio
- Language: JavaScript
- Size: 85.9 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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