From b265aace57d51f809210e91d2348db4057d20ded Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:49:37 -0600 Subject: [PATCH] Run lint and prettier --- docs/testing-framework.md | 2 +- tests/accessibility/unit/components.test.jsx | 2 +- tests/e2e/visual-regression.spec.ts | 2 +- tests/unit/Button.test.jsx | 4 ++-- tests/unit/Logo.test.jsx | 4 ++-- tests/unit/NumberedCard.test.jsx | 14 +++++++------- tests/unit/RuleCard.test.jsx | 8 ++++---- tests/unit/SectionHeader.test.jsx | 16 ++++++++-------- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/testing-framework.md b/docs/testing-framework.md index 4c91385..b0f9868 100644 --- a/docs/testing-framework.md +++ b/docs/testing-framework.md @@ -191,7 +191,7 @@ test("components work together", () => {