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.
To run the tests, simply use:
yarn test
You will then see output in the terminal window.