forked from FoundKeyGang/FoundKey
Fix test
This commit is contained in:
parent
a0b13505a0
commit
e542dcac30
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ describe('Text', () => {
|
||||||
|
|
||||||
const tokens3 = analyze('🍎');
|
const tokens3 = analyze('🍎');
|
||||||
assert.deepEqual([
|
assert.deepEqual([
|
||||||
{ type: 'emoji', content: ':cat:', emoji: '🍎' }
|
{ type: 'emoji', content: '🍎', emoji: '🍎' }
|
||||||
], tokens3);
|
], tokens3);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue