mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2026-08-25 09:46:41 +00:00
13 lines
325 B
Markdown
13 lines
325 B
Markdown
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
|