Codebase I wrote to experiment with unit tests, integration tests, e2e tests using Jest
git clone [email protected]:DrCardamom/testing-introduction.git
npm install
npm test - this starts up automated E2E testing with Jest.
Codebase I wrote to experiment with unit tests, integration tests, e2e tests using Jest
git clone [email protected]:DrCardamom/testing-introduction.git
npm install
npm test - this starts up automated E2E testing with Jest.