Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 239 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 239 Bytes

Sample jest project to showcase mocking

This is a sample project that's sole purpose is to be a reference of how one can mock in jest.

Running the tests

Fist install the dependencies, then run the tests:

npm i
npm run test