tgeeTechtonic / techtonic_slack_shoutout_bot

1 stars 1 forks source link

sample unit test #172

Closed grobertsTechtonic closed 3 years ago

grobertsTechtonic commented 3 years ago

Type of change:

Why is this change required? What problem(s) does it solve?

It provides the infrastructure to build unit tests on the front end using jest and testing-library packages. I added a simple file testing the footer component as well. It should make startup on front-end testing a bit easier when Volcano gets started on it.

Were there any challenges while implementing this feature? If so, how were they addressed?

No

Where should the reviewer start? How can this be tested?

Go to client > tests. Most of the changes are in this folder. You can ensure that the tests are running well by using npm run test:unit

Link issues