Set up unit testing infrastructure #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The repo has Vitest configured but zero test files exist. We need proper testing infrastructure before features accumulate without coverage.
Tasks
@testing-library/reactand@testing-library/jest-dominapps/webapps/apipassWithNoTests: truefrom vitest configs once tests existtestjob to include database service if needed for integration testsContext
Tests should be written alongside features going forward. This issue covers bootstrapping the test infrastructure and writing initial tests for existing code.