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`] = `
1873
1873
" ancestorTitles" : [
1874
1874
" " ,
1875
1875
],
1876
- " failureMessages" : [],
1876
+ " failureMessages" : [
1877
+ " expected 'You have 123123 unread messages.' to deeply equal 'You have 2 unread messages.'" ,
1878
+ ],
1877
1879
" fullName" : " Should translate a translation WITH parameters" ,
1878
- " status" : " passed" ,
1880
+ " location" : {
1881
+ " column" : 20 ,
1882
+ " line" : 45 ,
1883
+ },
1884
+ " status" : " failed" ,
1879
1885
" title" : " Should translate a translation WITH parameters" ,
1880
1886
},
1881
1887
{
@@ -1899,7 +1905,7 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
1899
1905
],
1900
1906
" message" : " " ,
1901
1907
" name" : " src/06-challenges/34-internationalization.solution.ts" ,
1902
- " status" : " passed " ,
1908
+ " status" : " failed " ,
1903
1909
},
1904
1910
],
1905
1911
}
You can’t perform that action at this time.
0 commit comments