Commit Graph

41 Commits

Author SHA1 Message Date
5bfe7c6078 Improve regex escaping logic in unit test for special characters 2026-01-29 03:18:36 +00:00
3c7e84b21a Add unit tests for Gamemaster search composable 2026-01-29 03:18:32 +00:00
03bf0f38d6 Add unit tests for router guards to verify route protection with authentication and feature flags 2026-01-29 02:07:47 +00:00
f31e5f8840 Add unit tests for router guards to improve coverage and reliability 2026-01-29 02:07:42 +00:00
fcc734a9bc Add unit tests for FeatureFlag component to ensure proper functionality 2026-01-29 02:07:25 +00:00
90159b2055 🧹 Remove unnecessary whitespace in unit tests for useFeatureFlags 2026-01-28 23:00:20 +00:00
ecf7e1f316 Add unit tests for feature flag composable 2026-01-28 23:00:15 +00:00
d77706be9f 🧹 Remove unit tests for useFeatureFlags composable 2026-01-28 23:00:05 +00:00
622cec5e2d 🧹 Remove unnecessary whitespace in unit tests for useFeatureFlags 2026-01-28 22:59:39 +00:00
6ec72ff36f Add unit tests for feature flag composable 2026-01-28 22:59:34 +00:00
d9d0de243d 🧹 Remove unnecessary whitespace in unit tests for DeveloperTools component 2026-01-28 22:59:24 +00:00
d94ad418c8 🧪 Simplify DeveloperTools tests by removing complex DOM interactions and redundant test cases, while adding mocks and focusing on core functionality 2026-01-28 22:59:19 +00:00
bb344d4096 🔧 Refactor environment mocking and component stubs in DeveloperTools unit tests 2026-01-28 22:58:05 +00:00
77da2ef580 🔧 Refactor test setup to use vi.spyOn for mocking useAuth module instead of direct mock replacement 2026-01-28 22:57:55 +00:00
50664739fe 🔧 Update import paths in DeveloperTools unit test for correct module resolution 2026-01-28 22:55:32 +00:00
2063c65efd 🔧 Fix import paths in useFeatureFlags unit test file 2026-01-28 22:55:22 +00:00
d3ac20f9fa 🧪 Add unit tests for DeveloperTools component 2026-01-28 22:54:40 +00:00
cf106cd5f3 Refactor unit tests for useFeatureFlags to improve readability, consistency, and formatting 2026-01-28 22:54:28 +00:00
338ee1f750 Add unit tests for feature flag composable 2026-01-28 22:54:23 +00:00
42f9acc4fa 🧹 Remove unnecessary whitespace in useAuth composable unit tests 2026-01-28 22:48:55 +00:00
8f06e50820 Add unit tests for authentication composable 2026-01-28 22:48:50 +00:00
d3c6f45757 Add unit tests for AdminLogin view to improve test coverage 2026-01-28 22:48:45 +00:00
0c0cc33e1e 🗑️ Remove unit tests for JWT utility functions 2026-01-28 22:48:35 +00:00
74f0e1e252 🛠️ Simplify code formatting and improve consistency in API client and JWT utilities tests 2026-01-28 22:48:11 +00:00
e51d484083 🛠️ Add default header management methods to API client 2026-01-28 22:48:06 +00:00
35e9a97708 🧹 Remove unnecessary whitespace in BaseModal unit tests 2026-01-28 22:25:42 +00:00
fa8286fa54 🧪 Improve BaseModal test to handle timing-dependent overflow checks and verify cleanup 2026-01-28 22:25:37 +00:00
5eb704af2d 🧪 Improve BaseModal unit test to handle timing-dependent overflow behavior 2026-01-28 22:25:31 +00:00
bf38a226fc 🧪 Add missing nextTick call in BaseModal unit test to ensure proper DOM updates 2026-01-28 22:25:15 +00:00
61fe7c6594 🧪 Add additional nextTick calls in BaseModal unit tests to ensure proper DOM updates 2026-01-28 22:25:10 +00:00
155a3d3985 🧪 Update BaseModal test to verify element existence instead of active focus due to JSDOM limitations 2026-01-28 22:25:00 +00:00
5453f80317 🧪 Improve test readability by reformatting code for better clarity and consistency in BaseModal unit tests 2026-01-28 22:24:43 +00:00
6d3d81c3c0 Add unit tests for BaseModal component 2026-01-28 22:24:39 +00:00
e061278123 🧹 Remove unnecessary whitespace in BaseButton component unit tests 2026-01-28 22:22:50 +00:00
be3fd84901 Add unit tests for BaseButton component 2026-01-28 22:22:45 +00:00
a8b5ee6e3c 🧪 Improve test formatting and fix spacing issues in api-client unit tests 2026-01-28 22:17:22 +00:00
2a8cfd4011 Add unit tests for API client utility functions 2026-01-28 22:17:17 +00:00
6dfe06a412 Simplify arrow function syntax in unit test 2026-01-28 22:16:38 +00:00
26ff87450e 🛠️ Update useAsyncState test to handle operation cancellation with abort signal 2026-01-28 22:16:33 +00:00
c91843d828 🧪 Refactor unit tests for useAsyncState to improve readability and formatting 2026-01-28 22:15:39 +00:00
84ea99c219 Add unit tests for useAsyncState composable 2026-01-28 22:15:34 +00:00