raifu
raifu copied to clipboard
Add testing framework
New react testing framework react-testing-library
seems much easier to work with and means we don't have to waste time with enzyme which was hard to keep up with. Start by adding some basic tests with this library.
Don't forget to add linting for it! Should be commented in the eslintrc file