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
refactor: rewrite all tests to use native node:test (#223)
* refactor: rewrite all tests to use native node:test
Replace tape, jest, and ts-jest with Node.js built-in test runner
(node:test) and assertion module (node:assert) across all 28 packages.
- tape-based tests → node --test with node:assert
- jest-based tests → node --test with node:assert
- TypeScript tests → node --experimental-strip-types --test
- Removed tape, jest, ts-jest, @types/jest, @types/tape, ts-node devDeps
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address review comments
- Remove unused beforeEach/mock imports in rename-overwrite test
- Add assertion that group 2 tasks executed in run-groups test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments