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:
hermes-seaeye[bot] 2026-07-23 05:14:26 +00:00 committed by GitHub
parent e59dcf46f1
commit ca16a8e07d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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())