-
Testing Platform
I’ve worked with various testing platforms, aiming to reduce third-party dependencies in my projects. This led me to create my own testing framework, @codejamboree/js-test, to control the testing environment, mock objects, and monitor function calls. It supports test timeouts, simple setup/teardown, and mock functions for comprehensive control over test behavior. Read More
