Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/verdaccio/verdaccio-e2e-example
- Owner: verdaccio
- License: mit
- Created: 2020-05-24T19:45:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T19:57:43.000Z (over 4 years ago)
- Last Synced: 2024-10-30T00:54:49.185Z (4 months ago)
- Topics: e2e, example, jest, verdaccio
- Language: JavaScript
- Size: 85.9 KB
- Stars: 7
- Watchers: 6
- 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