@suitest/smst
Advanced tools
Comparing version 4.4.3 to 4.7.0
{ | ||
"name": "@suitest/smst", | ||
"version": "4.4.3", | ||
"version": "4.7.0", | ||
"description": "UNIST definition and JSX factory for Suitest test lines rendering", | ||
@@ -34,3 +34,3 @@ "homepage": "https://suite.st/", | ||
}, | ||
"gitHead": "75ec0512ed410119093b33a98464beeba9792dd8" | ||
"gitHead": "c07c2699c292fdf0afd1f70566488dffcf032770" | ||
} |
@@ -41,3 +41,3 @@ type SingleNode = import('./unistTestLine').SingleNode; | ||
expectedValue: SmstNode, | ||
actualValue?: string | number, | ||
actualValue?: string | number | boolean, | ||
status?: SingleEntryStatus, | ||
@@ -44,0 +44,0 @@ }, |
@@ -39,3 +39,3 @@ export type TextNode = { | ||
expectedValue: InlineTextNode[], | ||
actualValue?: string | number, | ||
actualValue?: string | number | boolean, | ||
status?: SingleEntryStatus, | ||
@@ -42,0 +42,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15077