mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
The `generated_ts_has_no_optional_nullable_fields` test was occasionally failing on slow CI nodes because of a timeout. This change reduces the work done by the test. It adds some "options" for the `generate_ts` function so it can skip work that's not needed for the test.