fix(tests): satisfy codex plugin smoke lint

This commit is contained in:
Vincent Koc
2026-05-02 12:32:24 -07:00
parent 838dd3a07b
commit 5e1529c48b

View File

@@ -39,7 +39,9 @@ function configure() {
cfg.plugins = {
...cfg.plugins,
enabled: true,
allow: Array.from(new Set([...(cfg.plugins?.allow || []), "codex"])).sort(),
allow: Array.from(new Set([...(cfg.plugins?.allow || []), "codex"])).toSorted((left, right) =>
left.localeCompare(right),
),
entries: {
...cfg.plugins?.entries,
codex: {