Jest

Jest is my testing framework of choice because I like the fact that the assertion library is built in and the config is very straightforward for testing with both JavaScript and Typescript. For testing my React apps I have leaned on the React Testing Library by Kent Dodds because I like how it forces testing best practices, and allows me to write effective tests that aren't concerned with implementation details.