Files
fission-src/test/tests/test_function_test/hello.js
T
VishalandTa-Ching Chen 0aff2f214d Fixes the issue with fn test and adds relevant test cases, fixes #650 (#651)
* Fixes the issue with fn test and adds relevant test cases, fixes #650
* Checking log size for invalid function
* Testing the invalid function logs a few time beforr quitting
* Disabling the test for now, linked to issue #653
2018-04-30 14:14:46 +08:00

6 lines
120 B
JavaScript

module.exports = async function (context) {
return {
status: 200,
body: "Hello, Fission!\n"
};
}