Skip to content

Commit 2890d96

Browse files
committed
Actual snapshot
1 parent 9d37eb3 commit 2890d96

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

e2e/__tests__/__snapshots__/customInlineSnapshotMatchers.test.ts.snap

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ FAIL __tests__/asynchronous.test.js
1717
1818
Received: "result #1"
1919
20-
17 |
21-
18 | test('new async, inline snapshots', async () => {
22-
> 19 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot();
20+
20 |
21+
21 | test('new async, inline snapshots', async () => {
22+
> 22 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot();
2323
| ^
24-
20 | await expect(async () => 'result #2').toMatchObservationInlineSnapshot();
25-
21 | });
26-
22 |
24+
23 | await expect(async () => 'result #2').toMatchObservationInlineSnapshot();
25+
24 | });
26+
25 |
2727
28-
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:19:41)
28+
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:22:41)
2929
3030
● new async, inline snapshots
3131
@@ -39,15 +39,15 @@ FAIL __tests__/asynchronous.test.js
3939
4040
Received: "result #2"
4141
42-
18 | test('new async, inline snapshots', async () => {
43-
19 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot();
44-
> 20 | await expect(async () => 'result #2').toMatchObservationInlineSnapshot();
42+
21 | test('new async, inline snapshots', async () => {
43+
22 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot();
44+
> 23 | await expect(async () => 'result #2').toMatchObservationInlineSnapshot();
4545
| ^
46-
21 | });
47-
22 |
48-
23 | test('mismatching async, inline snapshots', async () => {
46+
24 | });
47+
25 |
48+
26 | test('mismatching async, inline snapshots', async () => {
4949
50-
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:20:41)
50+
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:23:41)
5151
5252
mismatching async, inline snapshots
5353
@@ -58,15 +58,15 @@ FAIL __tests__/asynchronous.test.js
5858
Snapshot: "result #?"
5959
Received: "result #1"
6060
61-
22 |
62-
23 | test('mismatching async, inline snapshots', async () => {
63-
> 24 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot(
61+
25 |
62+
26 | test('mismatching async, inline snapshots', async () => {
63+
> 27 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot(
6464
| ^
65-
25 | \`"result #?"\`,
66-
26 | );
67-
27 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot(
65+
28 | \`"result #?"\`,
66+
29 | );
67+
30 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot(
6868
69-
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:24:41)
69+
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:27:41)
7070
7171
● mismatching async, inline snapshots
7272
@@ -77,15 +77,15 @@ FAIL __tests__/asynchronous.test.js
7777
Snapshot: "result #?"
7878
Received: "result #1"
7979
80-
25 | \`"result #?"\`,
81-
26 | );
82-
> 27 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot(
83-
| ^
8480
28 | \`"result #?"\`,
8581
29 | );
86-
30 | });
82+
> 30 | await expect(async () => 'result #1').toMatchObservationInlineSnapshot(
83+
| ^
84+
31 | \`"result #?"\`,
85+
32 | );
86+
33 | });
8787
88-
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:27:41)
88+
at Object.toMatchObservationInlineSnapshot (__tests__/asynchronous.test.js:30:41)
8989
9090
› 4 snapshots failed.
9191
Snapshot Summary

0 commit comments

Comments
 (0)