describe('charFromUtf16 returns the emoji', () => {
      it('should convert from unicode to emoji', () => {
        const unicode = '1F600';
        expect(
          charFromUtf16(unicode),