We are using jest-puppeteer
to run integration and e2e tests in our website and we use a gatsby with a js setup, is there a way to add a
/// /// to help auto-completion of global page object? we are not using typescript for now.
I'm expecting auto correction to popup for page
and browser
global objects