- Run
npm run test - Change test file
App.test.tsx - Output gets not cleared ⚡️
- Run
npm run test-jest - Change test file
App.test.tsx - Output gets cleared before each rerun 🏁
- Note: Jest is not configured correctly, but the clean output bevahiour is still working correct!