mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
d74b5a03db
This is a partial revert of commit 7d249d6f09.
The reason is that this changes made it much harder to unit test
components. Before, we could simply instantiate a component
like this:
const my|Comp = new MyComponent(null, props);
and then simply test it. This commit reestablish that possibility.