https://github.com/wintercore/microverse-testing-practice
Testing Practice
https://github.com/wintercore/microverse-testing-practice
jest testing
Last synced: 28 days ago
JSON representation
Testing Practice
- Host: GitHub
- URL: https://github.com/wintercore/microverse-testing-practice
- Owner: WinterCore
- License: mit
- Created: 2021-01-05T17:53:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T20:13:26.000Z (over 5 years ago)
- Last Synced: 2025-06-11T19:20:14.146Z (12 months ago)
- Topics: jest, testing
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing Practice
This project was made to practice using jest.
## Built With
- Node
- Javascript
- Jest
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone this repository by running `git clone https://github.com/WinterCore/microverse-testing-practice.git`
- Change your current working directory to the project `cd microverse-testing-practice`
- Run `npm install`
- Run `npm test`
### Usage
- When running the test as described above the user will be able to see if the tests are approved
- The user can add tests for specific modules in the test folder.
## Author
👤 Hasan Kharouf
- Github: [@WinterCore](https://github.com/WinterCore)
## 🤝 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.