export default { dev: true, data: { x: true }, html: '', warnings: [ ` expected to find 'Foo' in \`data\`, but found it in \`components\` instead`, ` expected to find 'Bar' in \`data\`, but found it in \`components\` instead` ] };