mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Fix test
This commit is contained in:
parent
b40afd98e3
commit
71d1c641d5
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ describe('Text', () => {
|
|||
|
||||
const tokens3 = analyze('🍎');
|
||||
assert.deepEqual([
|
||||
{ type: 'emoji', content: ':cat:', emoji: '🍎' }
|
||||
{ type: 'emoji', content: '🍎', emoji: '🍎' }
|
||||
], tokens3);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue