leehaney254 / jest-test

In this repository I write unit tests in Jest. I apply both the AAA and TDD approach to make the code more readable to other developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Jest Test Project

Jest Test Project is a platform where one can learn how to create tests using the jest library.

πŸ›  Built With

  • JS
  • Jest

(back to top)

Key Features

  • Test your code using Jest

(back to top)

πŸ’» Getting Started

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

  • Create a local directory where you can clone the project.
  • Clone the project into your repository
  • Install the dependencies by running npm i
  • Open the project on a browser

(back to top)

Prerequisites

In order to run this project you need:

  • Git and GitHub
  • A code editor
  • Nodejs

(back to top)

Setup

  • Create a local directory where you can clone the project.
  • Clone the project into your repository
  • Install the dependencies
  • Create your tests

(back to top)

Install

Just run npm i to install all dependencies

(back to top)

πŸ‘₯ Author

Leehaney George

(back to top)

Contributions, issues, and feature requests are welcome!

(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 kindly leave a star

(back to top)

πŸ™ Acknowledgments

I would like to thank microverse for the great resources shared.

(back to top)

πŸ“ License

This project is MIT licensed.

About

In this repository I write unit tests in Jest. I apply both the AAA and TDD approach to make the code more readable to other developers.

License:MIT License


Languages

Language:JavaScript 100.0%