Creation of a virtual pet that doesnt :poop everywhere! Hence no clean-up!
Fork and clone the Repo for development purposes. For testing we use Jest.
See deployment for notes on how to deploy the project on a live system.
Jest testing framework
npm install -D jestInitialise a node project from the command line
npm init virtual-petadd the Jest test framework to the package.json
"scripts": {
"test": "jest"
},Tom Bilbe