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 bd8de10 commit c5fe519Copy full SHA for c5fe519
packages/jest-expect/src/index.ts
@@ -9,6 +9,7 @@ import {expect} from 'expect';
9
import {
10
addSerializer,
11
toMatchInlineSnapshot,
12
+ toMatchNamedSnapshot,
13
toMatchSnapshot,
14
toThrowErrorMatchingInlineSnapshot,
15
toThrowErrorMatchingSnapshot,
@@ -29,6 +30,7 @@ export type {JestExpect} from './types';
29
30
function createJestExpect(): JestExpect {
31
expect.extend({
32
33
34
35
36
0 commit comments