diff --git a/src/screens/EventVolunteers/VolunteerContainer.spec.tsx b/src/screens/EventVolunteers/VolunteerContainer.spec.tsx index 165f3801d2..8d224cb859 100644 --- a/src/screens/EventVolunteers/VolunteerContainer.spec.tsx +++ b/src/screens/EventVolunteers/VolunteerContainer.spec.tsx @@ -19,6 +19,7 @@ import { describe, it, beforeEach, expect, vi } from 'vitest'; * * The tests ensure the `VolunteerContainer` component renders correctly with various routes and URL parameters. * Mocked dependencies are used to isolate the component and verify its behavior. + * all tests are covered * */