mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] qweb: add registerTemplate method
This commit is contained in:
@@ -53,7 +53,6 @@ describe("RouteComponent", () => {
|
||||
await nextTick();
|
||||
expect(fixture.innerHTML).toBe("<div><span>Users</span></div>");
|
||||
expect(env.qweb.templates[ROUTE_COMPONENT_TEMPLATE_NAME].fn.toString()).toMatchSnapshot();
|
||||
|
||||
});
|
||||
|
||||
test("can render parameterized route", async () => {
|
||||
|
||||
Reference in New Issue
Block a user