Published onDecember 8, 2022Reduce your Jest tests running time (especially on hooks!) with the maxWorkers optionweb-developmentjesttestingHow tweaking the maxWorkers option can increase tests efficiency
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 important
Published onNovember 22, 2022Make a reusable test with React Testing Libraryweb-developmentreactreact-testing-librarytestingAbstract methods to be reused by different tests
Published onNovember 16, 2022Making reusable get methods in React Testing Libraryweb-developmentreactreact-testing-librarytestingCreating some abstractions to have ready to use getter functions