https://github.com/shewolf227/testing-practice
https://github.com/shewolf227/testing-practice
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shewolf227/testing-practice
- Owner: Shewolf227
- License: mit
- Created: 2022-05-04T02:25:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T04:55:50.000Z (about 4 years ago)
- Last Synced: 2025-04-09T18:04:11.021Z (about 1 year ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testing-practice
## Learning objectives
- Write unit tests for a JavaScript app.
- Use AAA pattern for unit tests.
- Explain why testing code is important.
## Built With 🔨
- Jest
- JavaScript(ES6)
- Git & Github
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone this repository to your local machine
- git clone https://github.com/SoniaKarungi/testing-practice.git
- In your terminal, make sure the active directory is `testing-practice`
- Run the command `npm i` via your terminal
- Run the command `npm run test` in your terminal
### Prerequisites
- IDE ( VCode For me 🔥).
- Git.
- Npm and node.js installed.
## Authors
👤 **Sonia Karungi**
- GitHub: [@SoniaKarungi](https://github.com/SoniaKarungi)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.