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
@@ -100,7 +100,7 @@ jobs:
run: pnpm intl:build
- name: Run tests
run: |
NODE_ENV=test pnpm test --forceExit --shard=${{ matrix.shard }}/${{ strategy.job-total }}
pnpm test --shard=${{ matrix.shard }}/${{ strategy.job-total }} --outputFile.junit=junit-${{ matrix.shard }}.xml
# Aggregates the sharded test results into a single stable check name so branch
# protection can require "Run tests" regardless of how many shards run.
# The result is asserted in `run` (not `if`) so a malformed expression can