Write tests for the useQuizResources
module
#12033
Labels
P2 - normal
Priority: Nice to have
Milestone
useQuizResources
module
#12033
Overview
The quiz creation updates added a new
useQuizResources
module that extends an also-newuseFetchTree
module.useFetchTree
has tests written for it butuseQuizResources
does not.Acceptance criteria
There is no real need to test that the
useFetchTree
modules do what they're supposed to so they can likely just be mocked to return a suitable data structure.annotateTopicsWithDescendantCounts
-- see the comment above it to get a sense for what is supposed to be happening here.fetchQuizResources
andfetchMoreQuizResources
functionsThe text was updated successfully, but these errors were encountered: