How to hide JavaScript’s console.log output in Jest tests May 8, 2021May 15, 2022 Elio Rivero1 Comment Learn how to suppress the output of undesired console.log() calls in your Jest tests.
Testing JavaScript in WordPress plugins – JavaScript for WP July 10, 2020July 10, 2020 Elio RiveroLeave a comment I spoke at the JavaScript for WP conference about writing tests for the JavaScript in our WordPress plugins. Talk was live online on July 10, 2020. The code and the slides can be found here.
Easy JavaScript unit tests in WordPress with Jest June 3, 2020May 15, 2022 Elio RiveroLeave a comment Ensure the stability of the JavaScript code in your WordPress plugin by writing JavaScript unit tests using Jest.