(input: T)
| 502 | |
| 503 | describe('resetManagedConfigKey', () => { |
| 504 | const deepCopy = <T> (input: T): T => JSON.parse(JSON.stringify(input)) |
| 505 | const makeConfig = (profiles: ProfilesByName, managedProfiles: ProfilesByName): CLIConfig => deepCopy({ |
| 506 | ...descriptionTemplate, |
| 507 | profileName: 'defaultProfile', |