forked from FoundKeyGang/FoundKey
Fix test
This commit is contained in:
parent
5744c391e6
commit
630a534cee
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ describe('Text', () => {
|
|||
{ type: 'text', content: ' '},
|
||||
{ type: 'mention', content: '@hima_sub@namori.net', canonical: '@hima_sub@namori.net', username: 'hima_sub', host: 'namori.net' },
|
||||
{ type: 'text', content: ' お腹ペコい ' },
|
||||
{ type: 'emoji', content: ':cat:', emoji: 'cat'},
|
||||
{ type: 'emoji', content: ':cat:', name: 'cat'},
|
||||
{ type: 'text', content: ' '},
|
||||
{ type: 'hashtag', content: '#yryr', hashtag: 'yryr' }
|
||||
], tokens);
|
||||
|
|
Loading…
Reference in a new issue