Relative Content

Tag Archive for jestjsts-jest

Jest. The original function is called instead of the mock function

I’m facing an issue with function mocking in Jest, especially when one function calls another within itself. I’m using Jest to test the tools module where testBar calls testBar1. I’m trying to mock testBar1 to ensure that testBar uses the mocked value, but it’s not working as expected.