fmt(js): npm run fix on merge (#73555)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-28 18:38:33 +00:00 committed by GitHub
parent 2faac36866
commit 9cf1227d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,6 +89,7 @@ test('the trailing "· detail" is split off as a secondary meta line, not inline
level: 'error',
text: '✕ Credit access paused · run /topup to top up'
})
expect(paused?.message).toBe('Credit access paused')
expect(paused?.meta).toBe('run /topup to top up')