/Jest_practice

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

Primary LanguageJavaScript

Jest Practice

It is a practice repo for jest testing lib in JavaScript. And it is based on odin's project.

Tech Used

- Javascript
- npm
- Jest
- babel

Usage

Clone the repo to you local machine.

    git clone "https://github.com/Mesi21/Jest_practice.git"

CD into directory, install dependencies, run test.

    cd Jest_practice
    npm install
    npm test

All the test should be green.

Author

🤝 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!