testing/cross_backend/wire_shapes.ts view source
(value: unknown, label: string): void import {assert_iso8601_seconds} from '@fuzdev/fuz_app/testing/cross_backend/wire_shapes.js'; Assert value is a timestamp in the spine's canonical wire shape:
second-precision UTC, exactly 20 characters. The TS spine emits it from
the iso8601_timestamp_column SQL projection (db/sql_columns.ts) and
to_iso8601_seconds (timestamp.ts); the Rust spine from
fuz_db::iso8601_timestamp_column and fuz_sys::rfc3339_now.
value
the field read off a wire response
unknownlabel
the field's name, for the failure message
stringreturns
void