Comparing version 4.2.6 to 4.2.7
@@ -201,3 +201,3 @@ "use strict"; | ||
function toTestResult(testDef, webUrl, body) { | ||
return tslib_1.__assign(tslib_1.__assign({}, testDef), { url: webUrl, description: body && body.description, passed: isTestPassed(body, testDef.type), startTime: body.startTime, endTime: body.endTime, status: body.status, error: body.error }); | ||
return tslib_1.__assign(tslib_1.__assign({}, testDef), { url: webUrl, description: body && body.description, passed: isTestPassed(body, testDef.type), startTime: body.startTime, endTime: body.endTime, status: body.status }); | ||
} | ||
@@ -204,0 +204,0 @@ function redactData(testResult, body) { |
{ | ||
"name": "loadmill", | ||
"version": "4.2.6", | ||
"version": "4.2.7", | ||
"description": "A node.js module for running load tests and functional tests on loadmill.com", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -208,3 +208,2 @@ import './polyfills' | ||
status: body.status, | ||
error: body.error | ||
} | ||
@@ -211,0 +210,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
132965
2693