feat(packages): add crypto-frontmatter mirror
to copy raw assets
#40
ci.yml
on: pull_request
Build [packages]
1m 1s
Test
56s
Lint [prettier]
1m 8s
Lint [eslint]
41s
Annotations
3 errors
Test
crypto-frontmatter#test: command (/home/runner/work/frontmatter/frontmatter/packages/crypto-frontmatter) pnpm run test exited (1)
|
should getFrontmatterContent of eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8:
packages/crypto-frontmatter/src/index.unit.ts#L20
expect(received).toStrictEqual(expected) // deep equality
- Expected - 1
+ Received + 1
@@ -3,11 +3,11 @@
"caip2": "eip155:1",
"decimals": 8,
"images": Array [
Object {
"mine": "image/png",
- "path": StringMatching /[0-f]{64}\.logo\.png/,
+ "path": "0b8fff8ace488dfc4c17c6680fad05b41e5484d7a02df2bdfbb0689fd7d2bc67.png",
"size": Object {
"height": 512,
"width": 512,
},
"type": "logo",
at Object.toStrictEqual (src/index.unit.ts:20:30)
|
Test
Process completed with exit code 1.
|