Skip to content

Commit 3425e28

Browse files
authored
test: update snapshot (#9613)
1 parent 8182b77 commit 3425e28

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/snapshots/test/soft.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test('soft', async () => {
6161
Received: ""--snap-1-edit--""
6262
6363
❯ basic.test.ts:4:34
64-
2|
64+
2|
6565
3| test('toMatchSnapshot', () => {
6666
4| expect.soft('--snap-1-edit--').toMatchSnapshot()
6767
| ^
@@ -82,7 +82,7 @@ test('soft', async () => {
8282
5| expect.soft('--snap-2-edit--').toMatchSnapshot()
8383
| ^
8484
6| })
85-
7|
85+
7|
8686
8787
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/6]⎯
8888
@@ -93,7 +93,7 @@ test('soft', async () => {
9393
Received: "--file-1-edit--"
9494
9595
❯ basic.test.ts:9:3
96-
7|
96+
7|
9797
8| test('toMatchFileSnapshot', async () => {
9898
9| await expect.soft('--file-1-edit--').toMatchFileSnapshot('./__snapsh…
9999
| ^
@@ -114,7 +114,7 @@ test('soft', async () => {
114114
10| await expect.soft('--file-2-edit--').toMatchFileSnapshot('./__snapsh…
115115
| ^
116116
11| })
117-
12|
117+
12|
118118
119119
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[4/6]⎯
120120
@@ -125,7 +125,7 @@ test('soft', async () => {
125125
Received: "[Error: --error-1-edit--]"
126126
127127
❯ basic.test.ts:14:62
128-
12|
128+
12|
129129
13| test('toThrowErrorMatchingSnapshot', () => {
130130
14| expect.soft(() => { throw new Error('--error-1-edit--') }).toThrowEr…
131131
| ^
@@ -146,7 +146,7 @@ test('soft', async () => {
146146
15| expect.soft(() => { throw new Error('--error-2-edit--') }).toThrowEr…
147147
| ^
148148
16| })
149-
17|
149+
17|
150150
151151
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[6/6]⎯
152152

0 commit comments

Comments
 (0)