Skip to content

Commit 207fb9d

Browse files
committed
WIP on UT
1 parent 534df22 commit 207fb9d

24 files changed

+2107
-1088
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"label": "start:local",
66
"command": "npm",
77
"args": ["run", "start:local"]
8+
},
9+
{
10+
"label": "test:functions",
11+
"command": "npm",
12+
"options": {
13+
"cwd": "${workspaceFolder}/functions"
14+
},
15+
"args": ["run", "test"]
816
}
917
]
1018
}

functions/jest.config.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)