add tests to fromString

This commit is contained in:
Philipp Kühn
2020-10-31 23:45:36 +01:00
parent b570fcb560
commit cb647de043
2 changed files with 42 additions and 0 deletions

View File

@@ -19,3 +19,4 @@ export { default as generateHTML } from './src/utils/generateHTML'
export { default as getHTMLFromFragment } from './src/utils/getHTMLFromFragment'
export { default as getMarkAttrs } from './src/utils/getMarkAttrs'
export { default as mergeAttributes } from './src/utils/mergeAttributes'
export { default as fromString } from './src/utils/fromString'