@capillarytech/creatives-library 7.10.68 → 7.10.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,6 +110,8 @@ describe('Creatives Whatsapp test/>', () => {
110
110
  expect(renderedComponent).toMatchSnapshot();
111
111
  templateMessageRenderHelper('Hi {{1}}{{1}}');
112
112
  expect(renderedComponent).toMatchSnapshot();
113
+ templateMessageRenderHelper('Hi {{{1}}}');
114
+ expect(renderedComponent).toMatchSnapshot();
113
115
  });
114
116
 
115
117
  it('send for approval should be disabled', () => {