Skip to content

3.0.61-alpha.1

@rafal-hawrylak rafal-hawrylak tagged this 15 Jul 14:02
Assertion JiT code returning an object (rather than a bare string)
had the whole object stored into JitAssertionResult.query — a string
field — producing broken read-back and downstream encoding errors.

Coerce the result inline: string → { query }, object passes through.
Widen JitAssertionResult to `string | { query: string }` to match.

Regression tests cover the bare-object shape and an object with
additional (ignored) fields.
Assets 2
Loading