Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 301 Bytes

SETUP.md

File metadata and controls

24 lines (14 loc) · 301 Bytes

Setup

Go through the setup instructions for TypeScript to install the necessary dependencies:

http://exercism.io/languages/typescript

Requirements

Install assignment dependencies:

$ yarn install

Making the test suite pass

Execute the tests with:

$ yarn test