Skip to content

Commit

Permalink
test(ballot-interpreter): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Dec 10, 2024
1 parent ee9d8d8 commit 0e3a2b7
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 86 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`VX BMD interpretation extracts votes encoded in a QR code 1`] = `
exports[`VX BMD interpretation > extracts votes encoded in a QR code 1`] = `
[
{
"adjudicationInfo": {
Expand Down Expand Up @@ -141,7 +141,7 @@ exports[`VX BMD interpretation extracts votes encoded in a QR code 1`] = `
]
`;

exports[`VX BMD interpretation interpretSimplexBmdBallot 1`] = `
exports[`VX BMD interpretation > interpretSimplexBmdBallot 1`] = `
[
{
"adjudicationInfo": {
Expand Down Expand Up @@ -282,7 +282,7 @@ exports[`VX BMD interpretation interpretSimplexBmdBallot 1`] = `
]
`;

exports[`adjudication reporting correctly reports blank ballot adjudication flag 1`] = `
exports[`adjudication reporting > correctly reports blank ballot adjudication flag 1`] = `
{
"enabledReasonInfos": [
{
Expand Down Expand Up @@ -418,7 +418,7 @@ exports[`adjudication reporting correctly reports blank ballot adjudication flag
}
`;

exports[`adjudication reporting ignores blank ballot adjudication flag when configured to do so 1`] = `
exports[`adjudication reporting > ignores blank ballot adjudication flag when configured to do so 1`] = `
{
"enabledReasonInfos": [
{
Expand Down Expand Up @@ -554,7 +554,7 @@ exports[`adjudication reporting ignores blank ballot adjudication flag when conf
}
`;

exports[`adjudication reporting ignores undervote adjudication flag when configured to do so 1`] = `
exports[`adjudication reporting > ignores undervote adjudication flag when configured to do so 1`] = `
[
{
"contestId": "president",
Expand Down
Loading

0 comments on commit 0e3a2b7

Please sign in to comment.