[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
@@ -33,7 +33,7 @@ The component `Portal` has no particular state, rather it is meant to be a slave
and ultimately just a way for the parent to teleport a piece of its own DOM elsewhere.
The `Portal`'s root node is always `<portal/>` and is placed where the teleported content
*would have* been. It is this element that the [teleported events](#expected-behaviors) are re-directed on.
_would have_ been. It is this element that the [teleported events](#expected-behaviors) are re-directed on.
### Example