added function tests for fission cli (#2859)

* added function tests for fission cli

* code refactor
This commit is contained in:
Vardhaman Surana
2023-10-26 14:40:38 +05:30
committed by GitHub
parent 8a17d391c5
commit 2eb2eba88c
2 changed files with 50 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = async function (context) {
return {
status: 200,
body: "Hello, Fission!\n"
};
}