BlakeRhodes / rotato

This is a pairing program to aid those who are pairing up.
https://www.rotato.dev
MIT License
1 stars 3 forks source link

Set up Jest and begin backfilling tests #25

Closed giunto closed 3 years ago

giunto commented 3 years ago

This pull request will set up Jest as the test runner, update the existing component tests so they pass, and backfill the tests for the dev service and board service.

There's also a small bug fix. I noticed that deleting devs and boards also removed the last element from other arrays such as the disabled items. Good thing there's a test now to catch that. :sweat_smile: