@rwx-research/abq
Advanced tools
Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4
@@ -41,3 +41,3 @@ export interface Test { | ||
export interface TestResultError { | ||
type: 'failure'; | ||
type: 'error'; | ||
exception?: string; | ||
@@ -44,0 +44,0 @@ backtrace?: string[]; |
{ | ||
"name": "@rwx-research/abq", | ||
"version": "0.1.0-alpha.3", | ||
"version": "0.1.0-alpha.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
16805