|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
2 | 2 |
|
3 |
| -exports[`should fails > .dot-folder/dot-test.test.ts > .dot-folder/dot-test.test.ts 1`] = `"AssertionError: expected true to be false // Object.is equality"`; |
| 3 | +exports[`should fail .dot-folder/dot-test.test.ts > .dot-folder/dot-test.test.ts 1`] = `"AssertionError: expected true to be false // Object.is equality"`; |
4 | 4 |
|
5 |
| -exports[`should fails > each-timeout.test.ts > each-timeout.test.ts 1`] = `"Error: Test timed out in 10ms."`; |
| 5 | +exports[`should fail each-timeout.test.ts > each-timeout.test.ts 1`] = `"Error: Test timed out in 10ms."`; |
6 | 6 |
|
7 |
| -exports[`should fails > empty.test.ts > empty.test.ts 1`] = `"Error: No test suite found in file <rootDir>/empty.test.ts"`; |
| 7 | +exports[`should fail empty.test.ts > empty.test.ts 1`] = `"Error: No test suite found in file <rootDir>/empty.test.ts"`; |
8 | 8 |
|
9 |
| -exports[`should fails > expect.test.ts > expect.test.ts 1`] = `"AssertionError: expected 2 to deeply equal 3"`; |
| 9 | +exports[`should fail expect.test.ts > expect.test.ts 1`] = `"AssertionError: expected 2 to deeply equal 3"`; |
10 | 10 |
|
11 |
| -exports[`should fails > hook-timeout.test.ts > hook-timeout.test.ts 1`] = `"Error: Hook timed out in 10ms."`; |
| 11 | +exports[`should fail hook-timeout.test.ts > hook-timeout.test.ts 1`] = `"Error: Hook timed out in 10ms."`; |
12 | 12 |
|
13 |
| -exports[`should fails > hooks-called.test.ts > hooks-called.test.ts 1`] = ` |
| 13 | +exports[`should fail hooks-called.test.ts > hooks-called.test.ts 1`] = ` |
14 | 14 | "Error: after all
|
15 | 15 | Error: before all"
|
16 | 16 | `;
|
17 | 17 |
|
18 |
| -exports[`should fails > inline-snapshop-inside-each.test.ts > inline-snapshop-inside-each.test.ts 1`] = ` |
| 18 | +exports[`should fail inline-snapshop-inside-each.test.ts > inline-snapshop-inside-each.test.ts 1`] = ` |
19 | 19 | "Error: InlineSnapshot cannot be used inside of test.each or describe.each
|
20 | 20 | Error: InlineSnapshot cannot be used inside of test.each or describe.each
|
21 | 21 | Error: InlineSnapshot cannot be used inside of test.each or describe.each
|
22 | 22 | Error: InlineSnapshot cannot be used inside of test.each or describe.each
|
23 | 23 | Error: InlineSnapshot cannot be used inside of test.each or describe.each"
|
24 | 24 | `;
|
25 | 25 |
|
26 |
| -exports[`should fails > mock-import-proxy-module.test.ts > mock-import-proxy-module.test.ts 1`] = `"Error: There are some problems in resolving the mocks API."`; |
| 26 | +exports[`should fail mock-import-proxy-module.test.ts > mock-import-proxy-module.test.ts 1`] = `"Error: There are some problems in resolving the mocks API."`; |
27 | 27 |
|
28 |
| -exports[`should fails > nested-suite.test.ts > nested-suite.test.ts 1`] = `"AssertionError: expected true to be false // Object.is equality"`; |
| 28 | +exports[`should fail nested-suite.test.ts > nested-suite.test.ts 1`] = `"AssertionError: expected true to be false // Object.is equality"`; |
29 | 29 |
|
30 |
| -exports[`should fails > primitive-error.test.ts > primitive-error.test.ts 1`] = `"Unknown Error: 42"`; |
| 30 | +exports[`should fail primitive-error.test.ts > primitive-error.test.ts 1`] = `"Unknown Error: 42"`; |
31 | 31 |
|
32 |
| -exports[`should fails > stall.test.ts > stall.test.ts 1`] = ` |
| 32 | +exports[`should fail stall.test.ts > stall.test.ts 1`] = ` |
33 | 33 | "TypeError: failure
|
34 | 34 | TypeError: failure
|
35 | 35 | TypeError: failure
|
36 | 36 | TypeError: failure"
|
37 | 37 | `;
|
38 | 38 |
|
39 |
| -exports[`should fails > test-timeout.test.ts > test-timeout.test.ts 1`] = `"Error: Test timed out in 10ms."`; |
| 39 | +exports[`should fail test-timeout.test.ts > test-timeout.test.ts 1`] = `"Error: Test timed out in 10ms."`; |
40 | 40 |
|
41 |
| -exports[`should fails > unhandled.test.ts > unhandled.test.ts 1`] = ` |
| 41 | +exports[`should fail unhandled.test.ts > unhandled.test.ts 1`] = ` |
42 | 42 | "Error: some error
|
43 | 43 | Error: Uncaught [Error: some error]"
|
44 | 44 | `;
|
0 commit comments