export function to make test easier
This commit is contained in:
parent
ef0293bc6c
commit
f427763308
|
@ -12,7 +12,7 @@ export enum SecretOption {
|
||||||
ENCRYPTION = "encryption",
|
ENCRYPTION = "encryption",
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSecret(secretOption: SecretOption): string {
|
export function getSecret(secretOption: SecretOption): string {
|
||||||
let secret, secretName
|
let secret, secretName
|
||||||
switch (secretOption) {
|
switch (secretOption) {
|
||||||
case SecretOption.ENCRYPTION:
|
case SecretOption.ENCRYPTION:
|
||||||
|
|
Loading…
Reference in New Issue