Skip to content

Latest commit

 

History

History
88 lines (62 loc) · 2.95 KB

README.md

File metadata and controls

88 lines (62 loc) · 2.95 KB

Contributors Forks Stargazers Issues Hireable

Testing Javascript

Project to practice testing in JS environment using Jest.

Additional description about the project and its features.

Built With

  • JAVASCRIPT
  • JEST

Getting Started

Prerequisites

  • Get installed NPM
  • Get installed JEST

Setup

  • Clone the repository on your local machine
  • Cd into the folder
  • Run npm install

Run tests

  • Run npm test on the root directory to run all the tests.
  • Run npm test <testfile>.test.js on root directory to run test for a single file.

Author

👤 Tirthajyoti Ghosh

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • The Odin Project
  • Microverse
  • Jest Docs

📝 License

This project is MIT licensed.