Relative Content

Tag Archive for node.jstypescriptapits-jestsupertest

Jest Testing: Difficulty Mocking Functions Across Files

I’m trying to write tests for the CreateVendor function using Jest and Supertest. I’m stuck on how to mock the dependencies (generateSalt, hashPassword) to properly test the function’s behavior. I’m getting this error: “Property generateSalt does not exist in the provided object.