File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
scripts/tests/__snapshots__ Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1873,9 +1873,15 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
18731873 " ancestorTitles" : [
18741874 " " ,
18751875 ],
1876- " failureMessages" : [],
1876+ " failureMessages" : [
1877+ " expected 'You have 123123 unread messages.' to deeply equal 'You have 2 unread messages.'" ,
1878+ ],
18771879 " fullName" : " Should translate a translation WITH parameters" ,
1878- " status" : " passed" ,
1880+ " location" : {
1881+ " column" : 20 ,
1882+ " line" : 45 ,
1883+ },
1884+ " status" : " failed" ,
18791885 " title" : " Should translate a translation WITH parameters" ,
18801886 },
18811887 {
@@ -1899,7 +1905,7 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
18991905 ],
19001906 " message" : " " ,
19011907 " name" : " src/06-challenges/34-internationalization.solution.ts" ,
1902- " status" : " passed " ,
1908+ " status" : " failed " ,
19031909 },
19041910 ],
19051911}
You can’t perform that action at this time.
0 commit comments