Testing
Mocking imported constants/methods in JavaScript with Jest
JavascriptJestTesting
Creating Axios mock requests in Jest
How to create your own reusable axios mock request function for Jest.
JavascriptJestTesting
Testing local storage with testing library
How to test changes to the local storage on synchronous cases and asynchronous ones using the testing library.
TestingJavascriptReact
Jest Spies and Mocks in Explained via Examples
Make your JavaScript tests deeper, leaner, and faster with these two Jest methods
JestJavascriptTesting