We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a5ea5 commit abe8fafCopy full SHA for abe8faf
src/secretManager.ts
@@ -3,4 +3,4 @@ export function mockSecretManager(conf: { [key: string]: any }) {
3
for (const [key, value] of Object.entries(conf)) {
4
process.env[key] = value;
5
}
6
-}
+}
0 commit comments