mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2026-08-25 09:46:41 +00:00
325 B
325 B
Write comprehensive tests for: $ARGUMENTS
Testing conventions:
- Use Vitest with React Testing Library
- Place test files in a tests directory in the same folder as the source file
- Name test files as [filename].test.ts(x)
- Use @/ prefix for imports
Coverage:
- Test happy paths
- Test edge cases
- Test error states