UNPKG
gourmet-generator
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Code generator using Javascript scripts and mustache templates
gourmet-generator
/
test
/
init-children.js
8 lines
(6 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// avoid execution by the test runner
// will only execute if initieated by another script
if
(tt.
args
==
null
) {
return
; }
return
tt.
args
.v +
' World'
;