Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 461 Bytes

TypeScript project with Tests

This repository can be used as a template for creating a TypeScript project using Jest for testing.

Instructions

  • 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 by npm test to run the tests