oh-my-opencode/test-setup.ts

7 lines
164 B
TypeScript

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