mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 21:13:09 +02:00
Fix test
This commit is contained in:
parent
1ccd2def50
commit
ee765d0812
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