https://github.com/robertlorenz/unit-testing
Unit testing demonstration project for university course
https://github.com/robertlorenz/unit-testing
javascript jest unit-testing
Last synced: about 1 month ago
JSON representation
Unit testing demonstration project for university course
- Host: GitHub
- URL: https://github.com/robertlorenz/unit-testing
- Owner: RobertLorenz
- Created: 2024-10-21T12:12:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:18:59.000Z (over 1 year ago)
- Last Synced: 2025-04-06T00:43:16.553Z (about 1 year ago)
- Topics: javascript, jest, unit-testing
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit-testing
### Project setup
1. Clone the repository :
`git clone https://github.com/RobertLorenz/unit-testing.git`
2. Run the following command:
`npm install`
3. Run tests with `npm test` command