src/utils/__test__/__snapshots__/roundContentWithLimit.spec.ts.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`roundContentWithLimit Rounds text when the content is bigger than the limit 1`] = `"1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456 additional ..."`;
exports[`roundContentWithLimit Won't round text in the content is less than or equal to the limit 1`] = `"1234567890 additional"`;