Skip to content

Commit 936c71e

Browse files
author
Andrés Soto
committed
refactor: TT-358 Change api test to use create temp activities fixture
1 parent f176589 commit 936c71e

File tree

9 files changed

+5391
-799
lines changed

9 files changed

+5391
-799
lines changed

V2/.npmignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ typings/
7777
# Serverless directories
7878
.serverless/
7979

80-
# Azure Functions json config
81-
host.json
82-
local.settings.json
83-
8480
# FuseBox cache
8581
.fusebox/
8682

V2/host.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"version": "2.0",
3+
"extensionBundle": {
4+
"id": "Microsoft.Azure.Functions.ExtensionBundle",
5+
"version": "[1.*, 2.0.0)"
6+
}
7+
}

V2/local.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"IsEncrypted":false,"Values":{"AzureWebJobsStorage":"UseDevelopmentStorage=true","FUNCTIONS_WORKER_RUNTIME":"python"}}

0 commit comments

Comments
 (0)