Fix emoji type

This commit is contained in:
AkiraFukushima 2023-06-03 00:42:47 +09:00
parent b7ce0afdb4
commit 877d80bac1
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 6 additions and 3 deletions

View File

@ -6,19 +6,22 @@ describe('emojify', () => {
shortcode: 'python',
static_url: 'https://example.com/python',
url: 'https://example.com/python',
visible_in_picker: true
visible_in_picker: true,
category: ''
},
{
shortcode: 'nodejs',
static_url: 'https://example.com/nodejs',
url: 'https://example.com/nodejs',
visible_in_picker: true
visible_in_picker: true,
category: ''
},
{
shortcode: 'slack',
static_url: 'https://example.com/slack',
url: 'https://example.com/slack',
visible_in_picker: true
visible_in_picker: true,
category: ''
}
]
describe('Does not contain shortcode', () => {