/TypeScriptLabTemplate

TypeScript and Jest Project Template

Primary LanguageTypeScript

Pre-Requisites

Setup

  • Install yarn globally
npm install -g yarn
  • Open LabTemplate in VSCode Editor
  • Run below commands in Terminal
yarn install
yarn test
  • All Tests should pass