A mostly empty typescript project, distributed for a testing workshop.
This project uses npm to install all the necessary dependencies.
- npm : a package manager for JavaScript / node
git clone http://github.com/nickworks/test-demo-jest
to clone the projectcd test-demo-jest
to navigate into the project directorynpm i
to install JavaScript packages
tsc
will compile the typescriptnpm test
will make a new unit test filenpm run coverage
will generate a coverage report