From ada561b6a32eec5c62a98be56537cde92fcfec8d Mon Sep 17 00:00:00 2001 From: m4air Date: Wed, 16 Sep 2026 00:47:01 -0700 Subject: [PATCH] test(mobile): verify contrast-patched WebView payload --- mobile/src/terminal/terminal-webview-payload-hash.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/src/terminal/terminal-webview-payload-hash.test.ts b/mobile/src/terminal/terminal-webview-payload-hash.test.ts index 8c23de0ac3d..9ce7e1bd26d 100644 --- a/mobile/src/terminal/terminal-webview-payload-hash.test.ts +++ b/mobile/src/terminal/terminal-webview-payload-hash.test.ts @@ -6,8 +6,8 @@ import { XTERM_HTML } from './terminal-webview-html' // uncovered region ships silently. A diff here means the emitted WebView source changed — // update these values only when that change is deliberate, and only after checking the // document still runs. Refactors that merely move slice boundaries must leave them alone. -const EXPECTED_SHA256 = '25b800f342c972f0b8eaba54367bd8b02b7518e9ea6a25e04ab89b3a2ad7d21b' -const EXPECTED_LENGTH = 730472 +const EXPECTED_SHA256 = 'bdd9b21a9fafc4ab08caa4ba52062965483ebd95be8c3c00ddd65cedb82e3fc5' +const EXPECTED_LENGTH = 730693 describe('terminal WebView payload', () => { it('composes the expected document', () => {