From 64875edbba786a0d1ba0113c9e9a3d38594eafcc Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 20 Nov 2025 21:08:07 -0500 Subject: [PATCH] fix: issue with header flashing + issue with trial date Removed an empty line in the web testing rules. --- .cursor/rules/web-testing-rules.mdc | 1 - 1 file changed, 1 deletion(-) diff --git a/.cursor/rules/web-testing-rules.mdc b/.cursor/rules/web-testing-rules.mdc index 8abdf3490..5a825730c 100644 --- a/.cursor/rules/web-testing-rules.mdc +++ b/.cursor/rules/web-testing-rules.mdc @@ -241,4 +241,3 @@ const pinia = createTestingPinia({ - Set initial state for focused testing - Test computed properties by accessing them directly - Verify state changes by updating the store -