Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 426 Bytes

Prerequisites

Make sure that yarn is installed as explained here and run the following:

yarn

If you have nvm installed, just run:

nvm use

If not, check the node version from .nvmrc file and make sure that node it set to it.

Running the tests

To run the tests, simply use:

yarn test

You will then see output in the terminal window.