mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fmt(js): npm run fix on merge (#69879)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e59dcf46f1
commit
ca16a8e07d
1 changed files with 1 additions and 0 deletions
|
|
@ -1112,6 +1112,7 @@ describe('branchStoredSession desktop source tagging', () => {
|
|||
|
||||
let branchStoredSession: ((storedSessionId: string, sessionProfile?: string | null) => Promise<boolean>) | null =
|
||||
null
|
||||
|
||||
render(<BranchHarness onReady={branch => (branchStoredSession = branch)} requestGateway={requestGateway} />)
|
||||
await waitFor(() => expect(branchStoredSession).not.toBeNull())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue