diff --git a/test/snapshots/test/soft.test.ts b/test/snapshots/test/soft.test.ts index 8692ab4fad3a..0b58c86c83ad 100644 --- a/test/snapshots/test/soft.test.ts +++ b/test/snapshots/test/soft.test.ts @@ -61,7 +61,7 @@ test('soft', async () => { Received: ""--snap-1-edit--"" ❯ basic.test.ts:4:34 - 2| + 2| 3| test('toMatchSnapshot', () => { 4| expect.soft('--snap-1-edit--').toMatchSnapshot() | ^ @@ -82,7 +82,7 @@ test('soft', async () => { 5| expect.soft('--snap-2-edit--').toMatchSnapshot() | ^ 6| }) - 7| + 7| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/6]⎯ @@ -93,7 +93,7 @@ test('soft', async () => { Received: "--file-1-edit--" ❯ basic.test.ts:9:3 - 7| + 7| 8| test('toMatchFileSnapshot', async () => { 9| await expect.soft('--file-1-edit--').toMatchFileSnapshot('./__snapsh… | ^ @@ -114,7 +114,7 @@ test('soft', async () => { 10| await expect.soft('--file-2-edit--').toMatchFileSnapshot('./__snapsh… | ^ 11| }) - 12| + 12| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[4/6]⎯ @@ -125,7 +125,7 @@ test('soft', async () => { Received: "[Error: --error-1-edit--]" ❯ basic.test.ts:14:62 - 12| + 12| 13| test('toThrowErrorMatchingSnapshot', () => { 14| expect.soft(() => { throw new Error('--error-1-edit--') }).toThrowEr… | ^ @@ -146,7 +146,7 @@ test('soft', async () => { 15| expect.soft(() => { throw new Error('--error-2-edit--') }).toThrowEr… | ^ 16| }) - 17| + 17| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[6/6]⎯