Skip to content

Commit

Permalink
Snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Aug 7, 2023
1 parent 87f1e16 commit 32d6f52
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions scripts/tests/__snapshots__/all.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1873,9 +1873,15 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
"ancestorTitles": [
"",
],
"failureMessages": [],
"failureMessages": [
"expected 'You have 123123 unread messages.' to deeply equal 'You have 2 unread messages.'",
],
"fullName": " Should translate a translation WITH parameters",
"status": "passed",
"location": {
"column": 20,
"line": 45,
},
"status": "failed",
"title": "Should translate a translation WITH parameters",
},
{
Expand All @@ -1899,7 +1905,7 @@ exports[`vitest > Should have the correct Vitest errors 1`] = `
],
"message": "",
"name": "src/06-challenges/34-internationalization.solution.ts",
"status": "passed",
"status": "failed",
},
],
}
Expand Down

0 comments on commit 32d6f52

Please sign in to comment.