You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize test runner to jest across CI and local development:
- Update CI workflow to use jest for coverage reporting
- Update Makefile test targets to use jest
- Update tokenizer worker to use node:assert (jest-compatible)
- Remove async/await from tokenizer.loadTokenizerModules
(Promise.allSettled already returns Promise)
- Change test model to gpt-5 for future-proofing
This ensures consistent test execution between local and CI
environments and prepares for better coverage reporting.
0 commit comments