mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
- Add `skipDisplayConditionCheck` option to `injectVariableValuesInButtonsInputBlock` and `injectVariableValuesInPictureChoiceBlock` to skip runtime display-condition filtering - Propagate the flag from `validateAndParseInputMessage` when `skipValidation` is true, so transcript compute no longer filters out the item the user actually chose - Show an error state in `ResultDialog` when the transcript query fails instead of rendering an empty container - Add a unit test reproducing the bug (choice item with `displayCondition` on an unset session variable) - Add `bunfig.toml` + `test-preload.ts` for `bot-engine` to mock `isolated-vm` and set `SKIP_ENV_CHECK` at test time Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 lines
43 B
TOML
3 lines
43 B
TOML
[test]
|
|
preload = ["./src/test-preload.ts"]
|