/testing-jest

Practice on using jest testing library

Primary LanguageJavaScriptMIT LicenseMIT

testing-jest

Practice on using jest testing library and practice on how to use the Test Driven Development approach

Jest testing library

📗 Table of Contents

📖 Testing Jest

testing-jest is a simple project on how to use Jest library.

🛠 Built With

Tech Stack

Laguage
  • Javascript
Tools
  • Visual studio code

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to set up and run the application you need:

  • A code editor preferably Visual Studio Code

Basic requirements are needed in order to fully understand how the project fully works :

  • How to work with Git and GitHub.
  • Basic knowledge of JavaScript.
  • Understand how to use jest testing library

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/NoelLincoln/testing-jest.git

Install

Install this project with:

  cd testing-jest
  npm install

Run tests

To run tests, run the following command:

  • To test files run:
  npx jest

(back to top)

👥 Authors

👤 Noel Bryant

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project feel free to contact me.

(back to top)

🙏 Acknowledgments

I would like to thank the entire Microverse community and family for the support and motivation.

(back to top)

License

📝 License

This project is MIT licensed.

(back to top)