mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 16:02:24 +00:00
test(mobile): verify cell-cleanup WebView payload
This commit is contained in:
@@ -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 = '241cb37743b519d67f53f4f807b17a90d2810b53dcff9fd0113f06a07e486bb4'
|
||||
const EXPECTED_LENGTH = 731258
|
||||
|
||||
describe('terminal WebView payload', () => {
|
||||
it('composes the expected document', () => {
|
||||
|
||||
Reference in New Issue
Block a user