lenmymock
lenmymock is a JavaScript library designed for mocking dependencies in unit testing. It allows developers to replace real modules or objects with mock versions during test execution, isolating the code under test. This facilitates the creation of predictable and controlled test environments, enabling focused verification of specific functionalities.
The primary purpose of lenmymock is to provide a flexible and intuitive API for stubbing and restoring
lenmymock supports both synchronous and asynchronous mocking. It offers features to define how dependencies should be