Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mesi21/jest_practice
- Owner: Mesi21
- Created: 2019-12-10T15:40:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:00:03.000Z (about 2 years ago)
- Last Synced: 2025-01-16T00:15:52.029Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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!