chore(sync): trustwallet/assets #37
ci.yml
on: pull_request
Build
9m 28s
Test
53s
Lint [prettier]
1m 5s
Lint [eslint]
38s
Annotations
4 errors
Test
crypto-frontmatter#test: command (/home/runner/work/frontmatter/frontmatter/packages/crypto-frontmatter) pnpm run test exited (1)
|
should getFrontmatterIndex of eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8:
packages/crypto-frontmatter/src/index.unit.ts#L20
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -19,10 +19,11 @@
"url": "https://etherscan.io/token/0x00000000008943c65cAf789FFFCF953bE156f6f8",
},
],
"namespace": "erc20",
"symbol": "dUSDC",
+ "tags": Array [],
"title": "Dharma USD Coin",
},
"fileId": StringMatching /[0-f]{64}/,
"modifiedDate": Any<Number>,
"path": "eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8",
at Object.toStrictEqual (src/index.unit.ts:20:28)
|
should getFrontmatterContent of eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8:
packages/crypto-frontmatter/src/index.unit.ts#L54
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -19,10 +19,11 @@
"url": "https://etherscan.io/token/0x00000000008943c65cAf789FFFCF953bE156f6f8",
},
],
"namespace": "erc20",
"symbol": "dUSDC",
+ "tags": Array [],
"title": "Dharma USD Coin",
},
"fileId": StringMatching /[0-f]{64}/,
"html": "<h1>Dharma USD Coin</h1>",
"modifiedDate": Any<Number>,
at Object.toStrictEqual (src/index.unit.ts:54:30)
|
Test
Process completed with exit code 1.
|