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
also intalled es-lint with a mcr-codes flavouring (thats how you spell it in the UK!) .eslintrc file
{
"extends": [
"mcr-codes"
]
}"scripts": {
"test": "jest"
},Tom Bilbe