From dd795bd81dc47410394894e48f54854623f37146 Mon Sep 17 00:00:00 2001 From: Splines Date: Sun, 15 Dec 2024 18:47:05 +0100 Subject: [PATCH] Add test to test set --- tests/integration.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.js b/tests/integration.js index 0285635..f0a7ac0 100644 --- a/tests/integration.js +++ b/tests/integration.js @@ -33,6 +33,7 @@ describe("Integration tests (JS)", () => { describe("Integration tests (HTML)", () => { const mapFiles = [ "multiple-attributes", + "if-else", ]; mapFiles.forEach((name) => { it(`performs linting as we expect it on ${name}.html`, async () => {