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

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

This project aim to test the functionality of different arigorithms such as : [] Reverse string: Testing the reverse of a given word [] String Length: Testing the length of a given word [] Calculator: Testing Add, Subtract, devise and Multiply.I used js,jest,AAA Pattern
https://github.com/balikuddembe/testing-practice

Last synced: 3 months ago
JSON representation

This project aim to test the functionality of different arigorithms such as : [] Reverse string: Testing the reverse of a given word [] String Length: Testing the length of a given word [] Calculator: Testing Add, Subtract, devise and Multiply.I used js,jest,AAA Pattern

Awesome Lists containing this project

README

        

# ToDo List

> This project aim to test the functionality of different arigorithms such as : [] Reverse string: Testing the reverse of a given word [] String Length: Testing the length of a given word [] Calculator: Testing Add, Subtract, devise and Multiply.I used js,jest,AAA Pattern

## Built With

- JavaScript ES6
- jest JS testing framework
- AAA(Arrange, Act, Asert) Pattern

## Getting Started
- Install `npm install --save-dev jest`
- Install all dependencies with `npm install`
- Add script: "scripts": {
"test": "jest"
} to the package.json file
- Run the tests with `npm test`

### Prerequisites

- basic knowledge js classes and objects
- Basic understanding of Jest framework

## Authors

👤 **Emmanuel Balikuddembe (Me)**

- GitHub: [@BalixEmma](https://twitter.com/BalixEmma/)
- LinkedIn: [Emmanuel Balikuddembe](https://www.linkedin.com/in/emmanuel-balikuddembe-763765b2/)

## 🤝 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](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._