Fix according to PR

This commit is contained in:
Charles Bochet
2023-04-21 14:37:46 +02:00
parent c5f2850a3b
commit 678363d8fd
10 changed files with 39 additions and 18 deletions

View File

@ -37,7 +37,7 @@ jest.mock('@apollo/client', () => {
},
},
isLoading: false,
error: {},
error: null,
}),
};
});