Skip to content

Commit 6b2f50d

Browse files
SimenBthymikee
authored andcommitted
export everything
1 parent ef5b29e commit 6b2f50d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.d.ts

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
export {
6+
defaultSerializers,
7+
setSerializers,
8+
getSnapshotDiffSerializer,
9+
toMatchDiffSnapshot,
10+
snapshotDiff,
11+
} from './build';
12+
13+
export type { DiffSerializer, Options } from './build';
14+
515
declare namespace jest {
616
// eslint-disable-next-line @typescript-eslint/no-unused-vars
717
interface Matchers<R, T> {

0 commit comments

Comments
 (0)