Closed
Description
We should be able to run actual legitimate payloads through <GitHubEventAction />
and ensure that it spits out the right string. The easiest way to do this is to actually pull data from the endpoint.
We should aim for coverage for each event, as well as misconfigured events (maybe a stretch goal). To do this, you may want to get familiar with Jest and the slightly hard-to-google React Testing Library.