mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-12 00:46:29 +01:00
Fix emoji type
This commit is contained in:
parent
b7ce0afdb4
commit
877d80bac1
@ -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', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user