mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 06:23:47 +00:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
module.exports = {
|
|
getExecOutput: jest.fn(() => ({
|
|
stdout: "MOCK_SECRET",
|
|
})),
|
|
};
|