Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 240 Bytes

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