Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 311 Bytes

Vitest

  • Run npm run test
  • Change test file App.test.tsx
  • Output gets not cleared ⚡️

Jest

  • 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!