mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REM] remove some outdated tests
This commit is contained in:
committed by
Aaron Bohy
parent
aecc320c29
commit
cb107cef7d
@@ -15,13 +15,6 @@ describe("t-call (template calling)", () => {
|
||||
expect(context.renderToString("caller")).toBe("<div><span>ok</span></div>");
|
||||
});
|
||||
|
||||
test.skip("t-call, global templates", () => {
|
||||
// QWeb.registerTemplate("abcd", '<div><t t-call="john"/></div>');
|
||||
// qweb.addTemplate("john", `<span>desk</span>`);
|
||||
// const expected = "<div><span>desk</span></div>";
|
||||
// expect(trim(renderToString(qweb, "abcd"))).toBe(expected);
|
||||
});
|
||||
|
||||
test("basic caller, no parent node", () => {
|
||||
const context = new TestContext();
|
||||
context.addTemplate("_basic-callee", `<span>ok</span>`);
|
||||
|
||||
Reference in New Issue
Block a user