Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Nullstack Tests

Nullstack

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