You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the TS steps for Getting started, I see TS errors due to missing type declarations.
Cannot find module 'cypress-image-diff-js/plugin' or its corresponding type declarations.ts(2307)
import getCompareSnapshotsPlugin from 'cypress-image-diff-js/plugin';