work on home menu

This commit is contained in:
Géry Debongnie
2019-02-03 15:05:53 +01:00
parent b244ba7304
commit b292a66523
9 changed files with 228 additions and 93 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ beforeEach(() => {
fixture = makeTestFixture();
env = makeTestEnv();
env.qweb.loadTemplates(templates);
props = { inMenu: false, toggleHome: () => {} };
props = { inHome: false };
});
afterEach(() => {