Add frontend UI testing framework
Currently the only test support on the frontend is jest, which is good for function testing, but not great alone for react, and snapshots, which are good for initial render, but don't allow testing interactivity.
Add either enzyme or react testing library for UI testing.
Edit: exploring package.json shows that enzyme is already installed; upgrade and add initial test
Edited by Sarah Fowler