Skip to content

Commit

Permalink
remove heading and sections
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 9, 2023
1 parent 972341e commit bf1ed2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/crypto-frontmatter/src/frontmatter.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ it('should getFrontmatterIndex of eip155:1/erc20:0x00000000008943c65cAf789FFFCF9
type: 'Frontmatter',
path: 'eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8',
modifiedDate: expect.any(Number),
sections: [],
fields: {
title: 'Dharma USD Coin',
symbol: 'dUSDC',
Expand All @@ -45,7 +44,6 @@ it('should getFrontmatterIndex of eip155:1/erc20:0x00000000008943c65cAf789FFFCF9
},
],
},
headings: [],
});
});

Expand All @@ -56,7 +54,6 @@ it('should getFrontmatterContent of eip155:1/erc20:0x00000000008943c65cAf789FFFC
type: 'Frontmatter',
path: 'eip155:1/erc20:0x00000000008943c65cAf789FFFCF953bE156f6f8',
modifiedDate: expect.any(Number),
sections: [],
fields: {
title: 'Dharma USD Coin',
symbol: 'dUSDC',
Expand All @@ -79,7 +76,6 @@ it('should getFrontmatterContent of eip155:1/erc20:0x00000000008943c65cAf789FFFC
},
],
},
headings: [],
html: '<h1>Dharma USD Coin</h1>',
});
});

0 comments on commit bf1ed2b

Please sign in to comment.