nickworks / test-demo-jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A mostly empty typescript project, distributed for a testing workshop.

Dependencies

This project uses npm to install all the necessary dependencies.

  • npm : a package manager for JavaScript / node

Installation

  1. git clone http://github.com/nickworks/test-demo-jest to clone the project
  2. cd test-demo-jest to navigate into the project directory
  3. npm i to install JavaScript packages

Testing with Jest

  • tsc will compile the typescript
  • npm test will make a new unit test file
  • npm run coverage will generate a coverage report

About


Languages

Language:TypeScript 86.7%Language:JavaScript 13.3%