var tests = [ { name: 'template', jsonform: { schema: { textfield: { type: 'string' } }, form: [ { key: 'textfield', template: 'I can haz template miam-miam' } ] } } ];