Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { removeEmoji } from '../emoji';
|
||||
|
||||
describe('#removeEmoji', () => {
|
||||
it('returns values without emoji', () => {
|
||||
expect(removeEmoji('😄Hi👋🏻 there❕')).toEqual('Hi there');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user