We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a0a5d commit 0c2ea05Copy full SHA for 0c2ea05
src/data/services/lms/hooks/data.test.ts
@@ -35,7 +35,6 @@ describe('lms data hooks', () => {
35
});
36
37
const mockUseQueryForORA = (hasData) => {
38
- console.log({ useQuery });
39
when(useQuery)
40
.calledWith(expect.objectContaining({ queryKey: [queryKeys.oraConfig] }))
41
.mockImplementationOnce(mockUseQuery(hasData));
0 commit comments