export default { data: { a: 'foo', b: true, c: [ 1, 2, 3 ], }, html: ` foo true 1 2 3 ` };