salieri/snapsnap

View on GitHub
src/declarations.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable @typescript-eslint/no-namespace, no-redeclare */

export {};

declare global {
  namespace jest {
    interface It {
      snap: It;
    }
  }
}