add isMobile key to env

This commit is contained in:
Géry Debongnie
2019-01-30 12:10:08 +01:00
parent c0c7414b18
commit 68973b3321
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ export function makeTestEnv(): Env {
router,
rpc: ajax.rpc,
debug: false,
isMobile: false,
menus: []
};
}