test(prompt-gate): tighten dispatch route regressions

This commit is contained in:
YeonGyu-Kim
2026-05-18 14:17:07 +09:00
parent e1554c088e
commit 428a18c748
2 changed files with 17 additions and 16 deletions
@@ -10,6 +10,7 @@ import {
describe("dispatchInternalPrompt", () => {
afterEach(() => {
// then
_setPromptGateMessagesFetchTimeoutMsForTesting(undefined)
releaseAllPromptAsyncReservationsForTesting()
})
@@ -126,6 +127,7 @@ describe("dispatchInternalPrompt", () => {
describe("dispatchInternalPrompt shared gate behavior", () => {
afterEach(() => {
// then
_setPromptGateMessagesFetchTimeoutMsForTesting(undefined)
releaseAllPromptAsyncReservationsForTesting()
})