test(hooks): remove unsafe test assertions

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-12 14:22:05 +09:00
parent 11b3638493
commit 23211159c9
37 changed files with 242 additions and 232 deletions
+2 -2
View File
@@ -76,14 +76,14 @@ describe("handleAtlasSessionIdle completion nudge", () => {
return { data: {} }
})
const ctx = {
const ctx = testCoerce<PluginInput>({
directory: testDirectory,
client: {
session: {
promptAsync: promptAsyncMock,
},
},
} as unknown as PluginInput
})
const sessionStateById = new Map<string, SessionState>()
const getState = (sessionId: string): SessionState => {