(behavior: string)
| 628 | }; |
| 629 | |
| 630 | const legacyBooleanForBehavior = (behavior: string): false | undefined => |
| 631 | behavior === "keep" ? false : undefined; |
| 632 | |
| 633 | for (const behavior of CODER_ARCHIVE_BEHAVIORS) { |
| 634 | it(`loads the new enum value ${behavior}`, () => { |