Jest is a testing framework maintained by Facebook that works great with Puppeteer, a library for controlling Headless Chrome. In this post we will go over how to: Setup Jest, Puppeteer and BabelUse Puppeteer’s API to emulate a mobile device, use selectors, scroll a page, listen to requests, and return response dataWrite tests that are asynchronous and make assertions in JestPuppeteer is still und