mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Fix test
This commit is contained in:
parent
941edeead7
commit
479b01d493
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ describe('Text', () => {
|
|||
it('big', () => {
|
||||
const tokens = analyze('***Strawberry*** Pasta');
|
||||
assert.deepEqual([
|
||||
{ type: 'big', content: '***Strawberry***', bold: 'Strawberry' },
|
||||
{ type: 'big', content: '***Strawberry***', big: 'Strawberry' },
|
||||
{ type: 'text', content: ' Pasta' }
|
||||
], tokens);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue