Julien Mougenot

Results 5 issues of Julien Mougenot

This commit improves the readability and amount of informations displayed in the test results of the Hoot UI. Previously: the message of each assertion result was a simple string; Now:...

RD

Todo: PR message

This commit adds validation for the schema object itself, to ensure that only recognized keys are set on it. This is done to avoid typos when writing validation schemas (e.g....

This commit fixes 2 behaviors regarding synthetic events: - "non-bubbling" events (such as 'mouseenter', 'focus', etc.) are not allowed anymore as synthetic events, since this would not work either way;...

# Scenario ```js import { Component, mount, xml } from "@odoo/owl"; class Child extends Component { static template = xml``; static props = { object: { type: Object, shape: {...