/Unit-Testing

Unit testing using Jest on Counter App that increment and decrement by 1.

Primary LanguageJavaScript

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