Files
owl/tests/components/__snapshots__/t_call_block.test.ts.snap
T
2021-12-01 17:25:31 +01:00

16 lines
424 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`t-call-block simple t-call-block with static text 1`] = `
"function anonymous(bdom, helpers
) {
let { text, createBlock, list, multi, html, toggler, component, comment } = bdom;
let block1 = createBlock(\`<div><block-child-0/></div>\`);
return function template(ctx, node, key = \\"\\") {
let b2 = ctx['myBlock']();
return block1([], [b2]);
}
}"
`;