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
fix: re-register dispatcher handlers in dbt test to survive cross-file reset()
The `beforeAll` block relied on ES module import caching to register
handlers, but cached imports are no-ops — if `dispatcher.test.ts` runs
first and calls `Dispatcher.reset()`, handlers stay cleared. Call
`registerAll()` explicitly instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments