7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
import { beforeEach } from "bun:test"
|
|
import { _resetForTesting } from "./src/features/claude-code-session-state/state"
|
|
|
|
beforeEach(() => {
|
|
_resetForTesting()
|
|
})
|