Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 919 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 919 Bytes

Testing React App

This is a react app that's built with vite tool. It's meant to walk you through testing react components.

Built With

vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.

Tools

Prerequisites

  • clone the repo, and run npm install.

run

  • run npm run dev to run the app.
  • run npm test to run the test.
  • run npm run coverage to run the test coverage.
  • run npm run test:ui to see beautifully ui reports of the test. and then head to http://127.0.0.1:51204/__vitest__/.

Author

  • Abdallha Alkaser

Contact