Nullstack Tests This folder contains tests for Nullstack using Jest and Puppeteer. How to install npm link cd test npm install npm link nullstack How to run the tests cd to the project folder and run the application: npm start in another terminal cd to the project folder and run the tests: npm test