Published onJanuary 31, 2023Fixing Material UI and Emotion's handling of Transient Optionsweb-developmentreactmaterial-uiPassing Props to custom Emotion styles with Material UIRead more →
Published onDecember 8, 2022Reduce your Jest tests running time (especially on hooks!) with the maxWorkers optionweb-developmentjesttestingHow tweaking the maxWorkers option can increase tests efficiencyRead more →
Published onNovember 30, 2022Finding a bug after writing a test, an exampleweb-developmentreacttestingI wrote a test and found a small bug. Even in React writing tests is importantRead more →
Published onNovember 22, 2022Make a reusable test with React Testing Libraryweb-developmentreactreact-testing-librarytestingAbstract methods to be reused by different testsRead more →
Published onNovember 16, 2022Making reusable get methods in React Testing Libraryweb-developmentreactreact-testing-librarytestingCreating some abstractions to have ready to use getter functionsRead more →