Tips and tricks for testing with Jest
Writing tests can be daunting when starting out, it’s hard to know exactly what to test and then learning the API for your test tool. I wanted to share some small tips that can be useful when starting out. expect.objectContaining() In some cases you are only interested in the value of one or just a […]