Devel new #12
Annotations
10 errors
|
Run Vitest:
lib/metadata/generate.spec.ts#L65
Error: Snapshot `generates correct metadata for: > dynamic route with API data 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"canonical": undefined,
- "description": "0x12345, balances and analytics on the Blockscout (Blockscout) Explorer",
+ "description": "0x12345, balances and analytics on the Fluent (Fluent) Explorer",
"jsonLd": {
"@context": "https://schema.org",
"@type": "Product",
"brand": {
"@type": "Brand",
@@ -22,9 +22,9 @@
"url": "http://localhost:3000/token/0x12345",
},
"opengraph": {
"description": "",
"imageUrl": "",
- "title": "Blockscout USDT token details | Blockscout",
+ "title": "Fluent USDT token details | Blockscout",
},
- "title": "Blockscout USDT token details | Blockscout",
+ "title": "Fluent USDT token details | Blockscout",
}
❯ lib/metadata/generate.spec.ts:65:22
|
|
Run Vitest:
lib/metadata/generate.spec.ts#L65
Error: Snapshot `generates correct metadata for: > dynamic route 1` mismatched
- Expected
+ Received
{
"canonical": undefined,
- "description": "View transaction 0x12345 on Blockscout (Blockscout) Explorer",
+ "description": "View transaction 0x12345 on Fluent (Fluent) Explorer",
"jsonLd": undefined,
"opengraph": {
"description": "",
"imageUrl": "",
- "title": "Blockscout transaction 0x12345 | Blockscout",
+ "title": "Fluent transaction 0x12345 | Blockscout",
},
- "title": "Blockscout transaction 0x12345 | Blockscout",
+ "title": "Fluent transaction 0x12345 | Blockscout",
}
❯ lib/metadata/generate.spec.ts:65:22
|
|
Run Vitest:
lib/metadata/generate.spec.ts#L65
Error: Snapshot `generates correct metadata for: > static route 1` mismatched
- Expected
+ Received
{
"canonical": "http://localhost:3000/txs",
- "description": "Open-source block explorer by Blockscout. Search transactions, verify smart contracts, analyze addresses, and track network activity. Complete blockchain data and APIs for the Blockscout (Blockscout) Explorer network.",
+ "description": "Open-source block explorer by Blockscout. Search transactions, verify smart contracts, analyze addresses, and track network activity. Complete blockchain data and APIs for the Fluent (Fluent) Explorer network.",
"jsonLd": undefined,
"opengraph": {
"description": "",
"imageUrl": "http://localhost:3000/static/og_image.png",
- "title": "Blockscout transactions - Blockscout explorer | Blockscout",
+ "title": "Fluent transactions - Fluent explorer | Blockscout",
},
- "title": "Blockscout transactions - Blockscout explorer | Blockscout",
+ "title": "Fluent transactions - Fluent explorer | Blockscout",
}
❯ lib/metadata/generate.spec.ts:65:22
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L39
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=0x11%2C0x22&sort=asc"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=0x11%2C0x22&sort=asc"
❯ lib/api/buildUrl.spec.ts:39:15
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L33
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=null"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=null"
❯ lib/api/buildUrl.spec.ts:33:17
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L28
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=null"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=null"
❯ lib/api/buildUrl.spec.ts:28:17
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L23
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=null"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=null"
❯ lib/api/buildUrl.spec.ts:23:17
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L18
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42?includeTx=false"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42?includeTx=false"
❯ lib/api/buildUrl.spec.ts:18:17
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L12
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/blocks/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/blocks/42"
Received: "https://testnet.fluentscan.xyz/api/v2/blocks/42"
❯ lib/api/buildUrl.spec.ts:12:15
|
|
Run Vitest:
lib/api/buildUrl.spec.ts#L7
AssertionError: expected 'https://testnet.fluentscan.xyz/api/v2…' to be 'https://localhost:3003/api/v2/config/…' // Object.is equality
Expected: "https://localhost:3003/api/v2/config/backend-version"
Received: "https://testnet.fluentscan.xyz/api/v2/config/backend-version"
❯ lib/api/buildUrl.spec.ts:7:15
|
Loading