[IMP] tools: update debug script, add tests

closes #525
closes #526
This commit is contained in:
Géry Debongnie
2019-12-02 17:13:12 +01:00
committed by aab-odoo
parent ed4ab51c17
commit 85f26a0286
8 changed files with 157 additions and 40 deletions
+1 -1
View File
@@ -740,7 +740,7 @@ describe("Portal: Events handling", () => {
<button>child</button>`;
}
class Parent extends Component<any, any> {
static components = { Portal, Child, };
static components = { Portal, Child };
static template = xml`
<div>
<Portal target="'#outside'">