Skip to content

Commit

Permalink
fix: jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r8bywork committed Apr 1, 2024
1 parent d9c6aeb commit f60461e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/metadata/__snapshots__/generate.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@

exports[`generates correct metadata for: dynamic route 1`] = `
{
"description": "View transaction 0x12345 on Blockscout (Blockscout) Explorer",
"description": "View transaction 0x12345 on Atleta Network (Atleta) Explorer",
"opengraph": {
"description": "",
"imageUrl": "",
"title": "Blockscout transaction 0x12345 | Blockscout",
"title": "Atleta Network transaction 0x12345 | Atlascan",
},
"title": "Blockscout transaction 0x12345 | Blockscout",
"title": "Atleta Network transaction 0x12345 | Atlascan",
}
`;

exports[`generates correct metadata for: dynamic route with API data 1`] = `
{
"description": "0x12345, balances and analytics on the Blockscout (Blockscout) Explorer",
"description": "0x12345, balances and analytics on the Atleta Network (Atleta) Explorer",
"opengraph": {
"description": "",
"imageUrl": "",
"title": "Blockscout USDT token details | Blockscout",
"title": "Atleta Network USDT token details | Atlascan",
},
"title": "Blockscout USDT token details | Blockscout",
"title": "Atleta Network USDT token details | Atlascan",
}
`;

exports[`generates correct metadata for: static route 1`] = `
{
"description": "Blockscout is the #1 open-source blockchain explorer available today. 100+ chains and counting rely on Blockscout data availability, APIs, and ecosystem tools to support their networks.",
"description": "Atlascan is the #1 open-source blockchain explorer available today. 100+ chains and counting rely on Atlascan data availability, APIs, and ecosystem tools to support their networks.",
"opengraph": {
"description": "",
"imageUrl": "http://localhost:3000/static/og_placeholder.png",
"title": "Blockscout blocks | Blockscout",
"imageUrl": "http://localhost/static/og_placeholder.png",
"title": "Atleta Network blocks | Atlascan",
},
"title": "Blockscout blocks | Blockscout",
"title": "Atleta Network blocks | Atlascan",
}
`;

0 comments on commit f60461e

Please sign in to comment.