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

https://github.com/ghiftee/testing-practice


https://github.com/ghiftee/testing-practice

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![](https://camo.githubusercontent.com/8a4ae3fb98faf74ddf78a6677ceaa6e8872f7f340f569b7c5e1aa9bcc4061d95/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6963726f76657273652d626c756576696f6c6574)

# 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.