editor-js / document-model

โ—๏ธWIPโ—๏ธ
Apache License 2.0
11 stars 2 forks source link

feat(block-node): add serialized method #10

Closed ilyamore88 closed 1 year ago

github-actions[bot] commented 1 year ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
๐ŸŸข Statements
98.41% (+0.07% ๐Ÿ”ผ)
248/252
๐ŸŸข Branches
95.45% (+0.37% ๐Ÿ”ผ)
63/66
๐ŸŸข Functions
98.63% (+1.53% ๐Ÿ”ผ)
72/73
๐ŸŸข Lines
98.3% (+0.08% ๐Ÿ”ผ)
231/235

Test suite run success

115 tests passing in 9 suites.

Report generated by ๐Ÿงชjest coverage report action from da914b80f4653ee28ddaafa88a7064079c566940

ilyamore88 commented 1 year ago

There is one mutant that I can't kill without an implementation of .serialized methods for TextNode and FormattingNode.