You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this angular directory, on the command line run npm i
To run tests via Karma and Jasmine, on the command line run ng t
For even faster test feedback, add the Wallaby extension to your IDE
How to Run the Web App
From this angular directory, on the command line run ng serve -o --watch
Current Implementation
Components for tennis games 1, 2, and 3 and the corresponding tests are in src/app
Html/gui functionality to get a score from either tennis game 1, 2, or 3
Updated unit tests to interact with DOM instead of calling class methods
Styled each game with material design and scss to make GUI look better
Wrote unit tests against important look and feel aspects of the web page. Now the kata allows you to refactor the ts, angular, html, and css product code all under a fast suite of unit tests that cover it all.
Added unique html and css code smells to each tennis game for more refactoring opportunities
Added unit tests for app component
Practiced completing the kata at least once for refactoring css and html