stub-azure-function-context
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4
@@ -77,2 +77,5 @@ const uuid = require('uuid/v4'); | ||
} else if (outputs.some(({ name }) => name === '$return')) { | ||
if (httpOutput.name === '$return') { | ||
Object.assign(context, { res: propertyBag }); | ||
} | ||
resolve(propertyBag); | ||
@@ -79,0 +82,0 @@ } else { |
{ | ||
"name": "stub-azure-function-context", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-alpha.4", | ||
"description": "Provides an object similar to Function Runtime's context for use in unit testing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
27286
516