[REF] tests: remove debugger

This commit is contained in:
Mathieu Duckerts-Antoine
2021-11-12 17:41:10 +01:00
committed by Géry Debongnie
parent d834bb2ac4
commit 7b761a2f8b
-1
View File
@@ -104,7 +104,6 @@ describe("t-on", () => {
state = useState({ values: ["a", "b"] });
otherState = { vals: new Array<string>() };
addVal(val: string) {
debugger;
this.otherState.vals.push(val);
}
}