Skip to content

Commit

Permalink
chore: remove unnecessary afterEach
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Dec 6, 2024
1 parent 142c828 commit ca37ddd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,10 +1099,6 @@ describe('useUpdateCourseEnrollmentStatus', () => {
useEnterpriseCustomer.mockReturnValue({ data: mockEnterpriseCustomer });
});

afterEach(() => {
mockQueryClient = undefined;
});

it.each([
// BFF enabled
{
Expand Down

0 comments on commit ca37ddd

Please sign in to comment.