https://github.com/oge-dev/unit-testing
UNIT TESTING ON COUNTER APP
https://github.com/oge-dev/unit-testing
Last synced: about 1 year ago
JSON representation
UNIT TESTING ON COUNTER APP
- Host: GitHub
- URL: https://github.com/oge-dev/unit-testing
- Owner: oge-dev
- Created: 2023-10-28T16:54:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T16:58:47.000Z (over 2 years ago)
- Last Synced: 2024-04-03T17:34:00.545Z (about 2 years ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNIT TESTING
## This App test for 3 scenarios:
### Test that button is active
### Test that the button when clicked, increments its value by 1
### Test that the button when clicked, decrements its value by 1