cut over to vitest: drop jest config, deps, setup, update CI

This commit is contained in:
Samuel Newman
2026-06-29 18:28:33 +03:00
parent b02d81661d
commit 56b29e21ee
16 changed files with 64 additions and 1346 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pnpm ios # Run on iOS
# Testing & Quality
# IMPORTANT: Always use these pnpm scripts, never call the underlying tools directly
pnpm test # Run Jest tests
pnpm test # Run Vitest tests
pnpm lint # Run ESLint
pnpm typecheck # Run TypeScript type checking