mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] components: remove .el
This commit is contained in:
committed by
Aaron Bohy
parent
7eaecac0b5
commit
bf9cceb56f
@@ -287,7 +287,7 @@ describe("style and class handling", () => {
|
||||
state = useState({ c: true });
|
||||
setup() {
|
||||
onMounted(() => {
|
||||
(<HTMLDivElement>this.el!).classList.add("user");
|
||||
fixture.querySelector("div")!.classList.add("user");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user