Comparing version 1.0.0 to 1.1.0
@@ -14,3 +14,3 @@ Feature: Basic steps | ||
Check I can call a step with a result PASSED hello! | ||
And I can call a step which fails FAILED (WebSocketClientStepInvoker:158)-StepFailedException | ||
And I can call a step which fails FAILED (WebSocketClientStepInvoker:158)-StepFailedException Expected true to be false | ||
@@ -17,0 +17,0 @@ |
@@ -53,3 +53,4 @@ 'use strict'; | ||
stepId: _stepId, | ||
executionId: executionId | ||
executionId: executionId, | ||
description: error.message | ||
}; | ||
@@ -56,0 +57,0 @@ _sendMessage(_message); |
{ | ||
"name": "chorus-js", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A Chorus Javascript Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -201,3 +201,3 @@ import createClient from '../createClient'; | ||
executionId: 'executionId', | ||
description: undefined, | ||
description: 'not ok', | ||
errorText: undefined, | ||
@@ -204,0 +204,0 @@ }; |
@@ -71,2 +71,3 @@ // @flow | ||
executionId, | ||
description: error.message, | ||
}; | ||
@@ -73,0 +74,0 @@ _sendMessage(message); |
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
24220
555