sakinkirti / monkeypox-dashboard

Monkeypox dashboard intended for use by public health experts in the US. Created by Saketh Dendi, Felix Huang, and Sakin Kirti for CSDS393 @cwru
1 stars 0 forks source link

tests for frontend api calls in a function runs into error when multiple api calls are in that function #5

Closed felixhuang12 closed 1 year ago

felixhuang12 commented 1 year ago

issue with mocking -- currently using mockResolvedValue()

might need to use mockImplementationOnce()

felixhuang12 commented 1 year ago

switched to using mockImplementationOnce() for multiple api calls