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

JavaScript testing (unit tests, integration tests, e2e tests) intro

Notifications You must be signed in to change notification settings

JapaneseMayonnaise/testing-jest-intro

 
 

Repository files navigation

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.

About

JavaScript testing (unit tests, integration tests, e2e tests) intro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • HTML 15.8%
  • CSS 11.9%