NoelLincoln / testing-jest

Practice on using jest testing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Practice on using jest testing library

License:MIT License


Languages

Language:JavaScript 100.0%