https://github.com/shubham14p3/testing-practice
building Unit Testing that test several different functions with TDD (Jest)Testing Practice with Jest in Javascript.
https://github.com/shubham14p3/testing-practice
javascript jest unit-testing
Last synced: about 1 year ago
JSON representation
building Unit Testing that test several different functions with TDD (Jest)Testing Practice with Jest in Javascript.
- Host: GitHub
- URL: https://github.com/shubham14p3/testing-practice
- Owner: shubham14p3
- Created: 2020-07-17T12:54:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T00:01:03.000Z (over 3 years ago)
- Last Synced: 2025-02-13T02:31:26.614Z (over 1 year ago)
- Topics: javascript, jest, unit-testing
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Practice
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
In this project, we are building Unit Testing that test several different functions with TDD (Jest). Test Driven Development(TDD) with Jest. There are many test-running systems available in JavaScript: Mocha, Jasmine, Tape and Jest.
### Screenshot

## Built With
- JavaScript
- NPM
- Jest
## Usage
- Clone the repo and move into the project directory
- Run "npm install"
- Run "npm run test"
## Getting Started
To get started with the app, cd to the directory where you would like the repo to live by typing on your terminal:
Clone the repo typing:
```
$git clone https://github.com/shubham14p3/Testing-Practice.git
```
## Authors
👤 **Cyrus Kiprop**
- Github: [Cyrus-Kiprop](https://github.com/Cyrus-Kiprop)
- Twitter: [@kipropJS](https://twitter.com/kipropJS)
- Linkedin: [Cyrus Kiprop](https://www.linkedin.com/in/cyrus-kiprop-ba7320120/)
👤 **Shubham Raj**
- Github: [@ShubhamRaj](https://github.com/shubham14p3)
- Linkedin: [Shubham14p3](https://www.linkedin.com/in/shubham14p3/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/shubham14p3/Testing-Practice/issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Project requested by [Microverse Program](https://www.microverse.org/).
## Future Enhancement
- Adding More Unit Testing.
[contributors-shield]: https://img.shields.io/github/contributors/shubham14p3/Testing-Practice.svg?style=flat-square
[contributors-url]: https://github.com/shubham14p3/Testing-Practice/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/shubham14p3/Testing-Practice.svg?style=flat-square
[forks-url]: https://github.com/shubham14p3/Testing-Practice/network/members
[stars-shield]: https://img.shields.io/github/stars/shubham14p3/Testing-Practice.svg?style=flat-square
[stars-url]: https://github.com/shubham14p3/Testing-Practice/stargazers
[issues-shield]: https://img.shields.io/github/issues/shubham14p3/Testing-Practice.svg?style=flat-square
[issues-url]: https://github.com/shubham14p3/Testing-Practice/issues