We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b78a3 commit 28b9d9bCopy full SHA for 28b9d9b
sample/__tests__/loadAttributes.test.js
@@ -51,7 +51,7 @@ it('have correct length with inlineStyles and text width astral symbols', () =>
51
entityRanges: [],
52
};
53
const result = loadAttributes(params);
54
- expect(result).toHaveLength(2);
+ expect(result).toHaveLength(3);
55
});
56
57
it('have correct length with multiple inlineStyles and text', () => {
0 commit comments