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
feat(test): migrate document-api tests to bun test
Replace vitest with bun:test for @superdoc/document-api (41 test files,
1034 tests). Changes:
- Replace vitest imports with bun:test
- Replace vi.fn() with mock()
- Add bun test script to package.json
- Remove document-api from vitest workspace
- Add bun test step to root test script
All 1034 tests pass in 830ms (vs ~2.6s+ under vitest).
0 commit comments