master
Tudor Stanciu 2023-03-18 14:49:01 +02:00
parent e0e0bd01a4
commit 6a9f3d7e27
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ describe("useTuitioClient", () => {
}); });
}); });
it("should throw exception if bots result and error are null", async () => { it("should throw exception if both result and error are null", async () => {
(TuitioClient as jest.Mocked<any>).mockImplementation(() => ({ (TuitioClient as jest.Mocked<any>).mockImplementation(() => ({
login: jest.fn().mockResolvedValue({ login: jest.fn().mockResolvedValue({
result: null, result: null,