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', () => {
|
it('big', () => {
|
||||||
const tokens = analyze('***Strawberry*** Pasta');
|
const tokens = analyze('***Strawberry*** Pasta');
|
||||||
assert.deepEqual([
|
assert.deepEqual([
|
||||||
{ type: 'big', content: '***Strawberry***', bold: 'Strawberry' },
|
{ type: 'big', content: '***Strawberry***', big: 'Strawberry' },
|
||||||
{ type: 'text', content: ' Pasta' }
|
{ type: 'text', content: ' Pasta' }
|
||||||
], tokens);
|
], tokens);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue