We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd98634 commit ea46859Copy full SHA for ea46859
index.d.ts
@@ -2,6 +2,16 @@
2
3
import type { Options } from './build';
4
5
+export {
6
+ defaultSerializers,
7
+ setSerializers,
8
+ getSnapshotDiffSerializer,
9
+ toMatchDiffSnapshot,
10
+ snapshotDiff,
11
+} from './build';
12
+
13
+export type { DiffSerializer, Options } from './build';
14
15
declare namespace jest {
16
// eslint-disable-next-line @typescript-eslint/no-unused-vars
17
interface Matchers<R, T> {
0 commit comments