Update test snapshots

This commit is contained in:
MareStare 2025-03-18 03:56:43 +00:00
parent e30475d034
commit 2fe0243b6d

View file

@ -225,25 +225,25 @@ describe('Suggestions', () => {
`); `);
expectTagRender({ canonical: ['safe'], images: 10_000 }).toMatchInlineSnapshot(` expectTagRender({ canonical: ['safe'], images: 10_000 }).toMatchInlineSnapshot(`
{ {
"label": " safe 10000", "label": " safe 10 000",
"value": "safe", "value": "safe",
} }
`); `);
expectTagRender({ canonical: ['safe'], images: 100_000 }).toMatchInlineSnapshot(` expectTagRender({ canonical: ['safe'], images: 100_000 }).toMatchInlineSnapshot(`
{ {
"label": " safe 100000", "label": " safe 100 000",
"value": "safe", "value": "safe",
} }
`); `);
expectTagRender({ canonical: ['safe'], images: 1000_000 }).toMatchInlineSnapshot(` expectTagRender({ canonical: ['safe'], images: 1000_000 }).toMatchInlineSnapshot(`
{ {
"label": " safe 1000000", "label": " safe 1 000 000",
"value": "safe", "value": "safe",
} }
`); `);
expectTagRender({ canonical: ['safe'], images: 10_000_000 }).toMatchInlineSnapshot(` expectTagRender({ canonical: ['safe'], images: 10_000_000 }).toMatchInlineSnapshot(`
{ {
"label": " safe 10000000", "label": " safe 10 000 000",
"value": "safe", "value": "safe",
} }
`); `);