Reduce your Jest tests running time (especially on hooks!) with the maxWorkers option
Many applications have hundreds (and sometimes thousands!) of tests. Sometimes those tests are run only manually; more often they're attached to some hook. For example, we can use 'husky' to run some action before the commit or the push. In my case, ...
buaiscia.hashnode.dev2 min read