Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 223 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 223 Bytes

Created using...

npm init -y

npm install jest

...And then editing package.json to change the test block to...

  "scripts": {
    "test": "jest"
  },

Using the Project

Run tests using npm test