Install Yarn:
-
OS X users: can use
brew install yarn
- Windows users: can download an Installer
- Linux users: can install it via package manager
Each assignment needs some tools to run the tests:
They can be installed running this command within each assignment directory:
$ yarn install
You must run install inside the exercise directory before you are able to run the tests.