Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Dec 14, 2024
1 parent 817234e commit 3c75efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/static/__tests__/nodes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ describe('serializePlateStatic nodes', () => {
});

expect(html).toContain(
'<div data-slate-node="element><span data-slate-leaf="true"><span data-slate-string="true">None encoded string 100%</span></span></div>'
'<div data-slate-node="element"><span data-slate-node="text"><span data-slate-leaf="true"><span data-slate-string="true">None encoded string 100%</span></span></span></div>'
);
// expect(html).toContain(
// '<div><span data-slate-leaf="true"><span data-slate-string="true">Encoded string 100%25</span></span></div>'
Expand Down

0 comments on commit 3c75efc

Please sign in to comment.