export function to make test easier

This commit is contained in:
Mateus Badan de Pieri 2023-04-12 02:29:30 +01:00
parent ef0293bc6c
commit f427763308
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export enum SecretOption {
ENCRYPTION = "encryption",
}
function getSecret(secretOption: SecretOption): string {
export function getSecret(secretOption: SecretOption): string {
let secret, secretName
switch (secretOption) {
case SecretOption.ENCRYPTION: