Files
owl/tests/compiler/__snapshots__/error_handling.test.ts.snap
T
2022-02-11 10:46:44 +01:00

15 lines
364 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`error handling cannot add twice the same template 1`] = `
"function anonymous(bdom, helpers
) {
let { text, createBlock, list, multi, html, toggler, component, comment } = bdom;
let block1 = createBlock(\`<div/>\`);
return function template(ctx, node, key = \\"\\") {
return block1();
}
}"
`;