This repository can be used as a template for creating a TypeScript project using Jest for testing.
-
Click the "Use this template" button
-
Click "Create new repository"
-
Give your repository a name and click "Create repository from template"
-
Clone down your new repository to your computer
-
Navigate to the directory on your command line
-
Run
npm install
followed bynpm test
to run the tests