Elliot McIntyre

Results 5 comments of Elliot McIntyre

```ts import "cypress"; import "jest.d.ts"; import * as JestImageSnapshot from "jest-image-snapshot"; declare global { namespace Cypress { interface Chainable { matchImageSnapshot: ( options?: | string | (Partial< JestImageSnapshot.MatchImageSnapshotOptions & Loggable...

No objections here, if it makes it more manageable it's probably not a bad idea.

Alright, if I get time I'll have a look into the generics as well.

Currently using `window.location.reload()`/`window.location.pathname` since I cannot await session update after updating a users profile. The changes here would likely solve that.

Also having this issue. `updateFields: true` isn't in the TypeScript definitions, guessing this part is missing implementation?