Skip to content
Snippets Groups Projects
Commit ee765d08 authored by syuilo's avatar syuilo
Browse files

Fix test

parent 1ccd2def
No related branches found
No related tags found
No related merge requests found
......@@ -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);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment