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
- Host: GitHub
- URL: https://github.com/balikuddembe/testing-practice
- Owner: Balikuddembe
- Created: 2022-11-12T11:19:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T13:57:15.000Z (over 2 years ago)
- Last Synced: 2025-01-15T20:20:48.478Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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._