mirror of
https://dev.azure.com/tstanciu94/Packages/_git/tuitio-client-react
synced 2025-04-07 00:27:20 +03:00
typo fix
This commit is contained in:
parent
e0e0bd01a4
commit
6a9f3d7e27
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user