Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 374 Bytes

testing-jest-intro

Codebase I wrote to experiment with unit tests, integration tests, e2e tests using Jest

Testing Demo

installation

git clone [email protected]:DrCardamom/testing-introduction.git
npm install
npm test - this starts up automated E2E testing with Jest.