mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] tests: remove debugger
This commit is contained in:
committed by
Géry Debongnie
parent
d834bb2ac4
commit
7b761a2f8b
@@ -104,7 +104,6 @@ describe("t-on", () => {
|
|||||||
state = useState({ values: ["a", "b"] });
|
state = useState({ values: ["a", "b"] });
|
||||||
otherState = { vals: new Array<string>() };
|
otherState = { vals: new Array<string>() };
|
||||||
addVal(val: string) {
|
addVal(val: string) {
|
||||||
debugger;
|
|
||||||
this.otherState.vals.push(val);
|
this.otherState.vals.push(val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user