stub-azure-function-context
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -10,3 +10,3 @@ /* see https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table */ | ||
Object.assign(context.bindings, { | ||
[name]: binding.data, | ||
[name]: binding, | ||
}); | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "stub-azure-function-context", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Provides an object similar to Function Runtime's context for use in unit testing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
27149