lint ShareQuizService.test.tsx

This commit is contained in:
Philippe 2025-03-24 17:05:01 -04:00
parent a26ffa2880
commit 61bf9b9d86

View file

@ -40,4 +40,3 @@ const mockedAxios = axios as jest.Mocked<typeof axios>;
expect(result).toBe('An unexpected error occurred.');
});
});
});