[REF] Code prettification

This commit is contained in:
Mathieu Duckerts-Antoine
2021-10-28 17:47:16 +02:00
committed by Aaron Bohy
parent 4cceb239dd
commit 80cb6b7a91
7 changed files with 82 additions and 44 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ describe("t-on", () => {
expect(steps).toEqual(["btnClicked", "divClicked"]);
});
test("t-on with prevent and/or stop modifiers", async () => {
test("t-on with prevent and/or stop modifiers", async () => {
expect.assertions(7);
const template = `<div>
<button t-on-click.prevent="onClickPrevented">Button 1</button>