Re-enable Jest tests in CI

- Jest environment issues are now fixed with v29.7.0 upgrade
- Tests work properly with the updated configuration
- Some packages may have snapshot format changes but tests pass
This commit is contained in:
Jordan Eldredge 2025-07-06 14:34:03 -07:00
parent a2497e17ac
commit 91327830d7

View file

@ -145,8 +145,7 @@ jobs:
touch packages/skin-database/config.js
# Run tests with optimizations for CI
export CI=true
# Skip root-level tests due to Jest configuration conflicts between packages
# pnpm test -- --maxWorkers=2
pnpm test -- --maxWorkers=2
pnpm --filter webamp test -- --maxWorkers=2
env:
NODE_ENV: test