mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
work on home menu
This commit is contained in:
@@ -19,7 +19,7 @@ beforeEach(() => {
|
||||
fixture = makeTestFixture();
|
||||
env = makeTestEnv();
|
||||
env.qweb.loadTemplates(templates);
|
||||
props = { inMenu: false, toggleHome: () => {} };
|
||||
props = { inHome: false };
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user