Skip to content

Commit

Permalink
export everything
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 17, 2022
1 parent fd98634 commit ea46859
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

import type { Options } from './build';

export {
defaultSerializers,
setSerializers,
getSnapshotDiffSerializer,
toMatchDiffSnapshot,
snapshotDiff,
} from './build';

export type { DiffSerializer, Options } from './build';

declare namespace jest {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface Matchers<R, T> {
Expand Down

0 comments on commit ea46859

Please sign in to comment.