📗 Table of Contents

📖 Test-With-Jest

Test-With-Jest is a project to conduct a few practical tests for JavaScript functions using the Jest library.

🛠 Built With

Tech Stack

Interaction

Key Features

  • Tests follow the AAA pattern

(back to top)

🚀 Live Demo

  • There is no live demo for this practice exercise.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need an IDE such as VS code, sublime, atom e.t.c:

Setup

Clone this repository to your desired folder:

Example commands:

 $ cd my-folder
 $ git clone git@github.com:mutugi-c/Test-With-Jest.git

Install

Install git to work on this project with:

   $ git config --global user.name "First Last"

   $ git config --global user.email "example@example.com"

Usage

To run the project have Node.js installed, and execute the following commands to initialize npm and install jest locally (You can use the package manager of your choice):

  $ npm init -y
  $ npm install --save-dev jest

Run tests

To run tests, you can use the following command:

  $ npm test

Deployment

You do not have to deploy this project since it is for testing practice.

(back to top)

👥 Authors

👤 Chris Mutugi

🔭 Future Features

  • More types of tests

(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, give a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the opportunity work on this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)