Skip to content

Commit 28b9d9b

Browse files
author
Igor Canedo
committed
test fix
1 parent 93b78a3 commit 28b9d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/__tests__/loadAttributes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ it('have correct length with inlineStyles and text width astral symbols', () =>
5151
entityRanges: [],
5252
};
5353
const result = loadAttributes(params);
54-
expect(result).toHaveLength(2);
54+
expect(result).toHaveLength(3);
5555
});
5656

5757
it('have correct length with multiple inlineStyles and text', () => {

0 commit comments

Comments
 (0)