UNPKG

248 BJavaScriptView Raw
1<%=required%>
2
3module.exports = {
4 name: "<%=name%>",
5 mock_input: <%=mock%>,
6 input: <%=input%>,
7 output: <%=output%>,
8 mock_data: <%=mock_data%>,
9 execute: <%=execute%>,
10 validate: <%=validate%>,
11 activate: <%=activate%>
12}
\No newline at end of file