I\'m using Puppeteer and Jest to run some front end tests.
My tests look as follows:
describe("Profile Ta
Yet another solution: set the timeout in the jest config file, e.g.:
{ // ... other stuff here "testTimeout": 90000 }