blob: 365c6ab68bb255d1d619f266d64575570efdb35b [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
packages:
helloworld:
actions:
hello:
function: ../tests/src/integration/helloworld/actions/hello.js
code: const main = ({ msg }) => { console.log(msg); return {msg}; }
runtime: nodejs