@suitest/smst
Advanced tools
Comparing version 4.2.2 to 4.4.3
{ | ||
"name": "@suitest/smst", | ||
"version": "4.2.2", | ||
"version": "4.4.3", | ||
"description": "UNIST definition and JSX factory for Suitest test lines rendering", | ||
@@ -33,3 +33,4 @@ "homepage": "https://suite.st/", | ||
"unist-builder": "^2.0.3" | ||
} | ||
}, | ||
"gitHead": "75ec0512ed410119093b33a98464beeba9792dd8" | ||
} |
@@ -79,3 +79,3 @@ export type TextNode = { | ||
children: TestLineNode[], | ||
message?: InlineTextNode[], | ||
message?: Array<InlineTextNode | LinkNode>, | ||
screenshot?: string, | ||
@@ -91,3 +91,4 @@ docs?: string, | ||
export type SingleNode = InlineTextNode | ||
export type SingleNode = | ||
| InlineTextNode | ||
| CodeBlockNode | ||
@@ -94,0 +95,0 @@ | PropertyNode |
15057
7
188