Files
qinling/qinling_tempest_plugin/functions/nodejs/test_nodejs_basic.js
Lingxian Kong 6c6bca6ff8 Add Node.js runtime support
Node.js support is just for experimental purpose at this stage, may
expect a lot of changes and refactoring as time goes by.

Story: 2001580
Task:  6529
Change-Id: Ib75364ed4501da198b2d40f4eb111428e5e3cbbb
2018-03-09 11:18:18 +13:00

4 lines
72 B
JavaScript

exports.main = function (context, input) {
return "Hello, NodeJS"
}