Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesi21/jest_practice

Based on The Odin's Project task for practicing jest testing for JavaScript code.
https://github.com/mesi21/jest_practice

Last synced: 8 days ago
JSON representation

Based on The Odin's Project task for practicing jest testing for JavaScript code.

Awesome Lists containing this project

README

        

# Jest Practice

It is a practice repo for jest testing lib in JavaScript. And it is based on [odin's project](https://www.theodinproject.com/courses/javascript/lessons/testing-practice).

## Tech Used
- Javascript
- npm
- Jest
- babel

## Usage

> Clone the repo to you local machine.
```bash
git clone "https://github.com/Mesi21/Jest_practice.git"
```
> CD into directory, install dependencies, run test.
```bash
cd Jest_practice
npm install
npm test
```
> All the test should be green.

## Author

- #### [Mesi21](https://github.com/Mesi21)
- #### [Imhta](https://github.com/imhta)

## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.

1. Fork it (https://github.com/Mesi21/Jest_practice/fork)
2. Create your working branch (git checkout -b [choose-a-name])
3. Commit your changes (git commit -am 'what this commit will fix/add/improve')
4. Push to the branch (git push origin [chosen-name])
5. Create a new Pull Request

## Show your support
Give a ⭐️ if you like this project!