@suitest/types
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -362,5 +362,11 @@ import {LineId} from './testLine'; | ||
export type TestLineErrorResult = Exclude<TestLineResult, TestLineSuccessResult>; | ||
export type TestLineExcludedResult = BaseResult & { | ||
result: 'excluded', | ||
errorType?: undefined, | ||
}; | ||
export type TestLineErrorResult = Exclude<TestLineResult, TestLineSuccessResult | TestLineExcludedResult>; | ||
export type TestLineResult = TestLineSuccessResult | ||
| TestLineExcludedResult | ||
| SimpleError | ||
@@ -367,0 +373,0 @@ | OutdatedInstrumentationLibraryError |
{ | ||
"name": "@suitest/types", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for common data structures", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/SuitestAutomation/suitest#readme", |
19399
735