To run the tests follow these steps:
- Install node and npm - should run with any recent version
- Run
npm install
in this folder to install the dependencies - Run the tests with
npm test
. - To show the files nicely formatted in a web browser, run
npm run render
. It starts a server and opens the corresponding page in a web browser.