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(test): run tests directly via bun test --parallel
Drop the custom scripts/run-tests.ts wrapper in favor of bun test's
built-in --parallel mode, which implies --isolate and gives module-state
isolation between test files. Expand lint and format coverage to
test/e2e/ and add an .oxfmtrc.json that excludes fixture lockfiles.
Clean up the e2e fixture helpers: drop the unused description parameter
from createTestUser/deleteTestUser, pass dotenv: false to clerkSetup so
the CLI's own env-loading is what gets tested, and tidy the per-test
user lifecycle and logger surfaces.
0 commit comments