Dev #12
Annotations
4 errors and 1 warning
Run Jest:
lib/metadata/generate.test.ts#L44
expect(received).toMatchSnapshot()
Snapshot name: `generates correct metadata for: static route 1`
- Snapshot - 3
+ Received + 3
{
"canonical": "http://localhost:3000/txs",
- "description": "Discover the G7 Network with our blockchain explorer. Access real-time data on transactions, blocks, and smart contracts to stay informed on the network.",
+ "description": " Discover the G7 Network with our blockchain explorer. Access real-time data on transactions, blocks, and smart contracts to stay informed on the network.",
"opengraph": {
"description": "",
"imageUrl": "http://localhost:3000/static/og_placeholder.png",
- "title": "G7 Explorer",
+ "title": "Blockscout transactions - Blockscout explorer",
},
- "title": "G7 Explorer",
+ "title": "Blockscout transactions - Blockscout explorer",
}
at Object.<anonymous> (lib/metadata/generate.test.ts:44:22)
|
Run Jest:
lib/metadata/generate.test.ts#L44
expect(received).toMatchSnapshot()
Snapshot name: `generates correct metadata for: dynamic route 1`
- Snapshot - 3
+ Received + 3
{
"canonical": undefined,
- "description": "View transaction 0x12345 on G7 Explorer",
+ "description": "View transaction 0x12345 on Blockscout (Blockscout) Explorer",
"opengraph": {
"description": "",
"imageUrl": "",
- "title": "Game7 transaction 0x12345",
+ "title": "Blockscout transaction 0x12345",
},
- "title": "Game7 transaction 0x12345",
+ "title": "Blockscout transaction 0x12345",
}
at Object.<anonymous> (lib/metadata/generate.test.ts:44:22)
|
Run Jest:
lib/metadata/generate.test.ts#L44
expect(received).toMatchSnapshot()
Snapshot name: `generates correct metadata for: dynamic route with API data 1`
- Snapshot - 3
+ Received + 3
{
"canonical": undefined,
- "description": "0x12345, balances and analytics on the G7 Explorer",
+ "description": "0x12345, balances and analytics on the Blockscout (Blockscout) Explorer",
"opengraph": {
"description": "",
"imageUrl": "",
- "title": "Game7 USDT token details",
+ "title": "Blockscout USDT token details",
},
- "title": "Game7 USDT token details",
+ "title": "Blockscout USDT token details",
}
at Object.<anonymous> (lib/metadata/generate.test.ts:44:22)
|
Run Jest
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading