UNPKG

poto-siril

Version:

Automatization around Siril (<https://siril.org/>) for deep sky astrophotography.

12 lines (11 loc) 230 B
import "jest"; declare global { namespace jest { interface Matchers<R> { /** * Custom Jest matcher to compare snapshots with mocked path.resolve(). */ toMatchSnapshotWithNormalizedPaths(): R; } } }