https://github.com/ghiftee/testing-practice
https://github.com/ghiftee/testing-practice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghiftee/testing-practice
- Owner: Ghiftee
- License: mit
- Created: 2021-07-20T05:57:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T13:47:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T10:31:25.684Z (over 1 year ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Testing practice
> This is a short exercise on how run automated tests on programs
### Milestone:
- Install Jest
- Create tests using TDD
- Follow AAA pattern
- Test functions and classes
## Built With
- Javascript, Jest
## Getting Started
To get a local copy up and running:
You should have basic knowledge of Unit testing, Javascript, a text editor and chrome browser.
You can also clone this repository by simply going to [Repository Link](https://github.com/Ghiftee/testing-practice) and downloading it.
After downloading:
- Run npm init to get package.json file
- Install Jest using npm install --save-dev jest
- Follow the prodecures on https://jestjs.io/docs/getting-started
👤 **Author**
- GitHub: [@Ghiftee](https://github.com/ghiftee)
- Twitter: [@Ghiftee](https://twitter.com/i_ghiftee)
- LinkedIn: [Ghiftee](https://linkedin.com/in/giftuwhubetine)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.