This folder contains tests for Nullstack using Jest and Puppeteer.
In project folder:
npm install
npm link
cd tests
npm install
npm link nullstackcd to the tests folder and run the application:
npm startin another terminal cd to the tests folder and run the tests:
npm test