I am trying to mock a function that calls another async function inside it. Testing funcB in this case.
export async function funcA(x) { const response = aw