fix: ensure vi.useRealTimers() is always called in afterEach for update-dsl-modal tests

Co-authored-by: hyoban <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-04 12:40:39 +00:00
parent 039ae14251
commit bb47a4732a

View File

@ -137,6 +137,7 @@ vi.mock('@/app/components/workflow/constants', () => ({
afterEach(() => {
cleanup()
vi.clearAllMocks()
vi.useRealTimers()
})
describe('UpdateDSLModal', () => {