Files

7 lines
164 B
TypeScript
Raw Permalink Normal View History

import { beforeEach } from "bun:test"
import { _resetForTesting } from "./src/features/claude-code-session-state/state"
beforeEach(() => {
_resetForTesting()
})