UNPKG

vinz

Version:

Enables secure storage of credentials right in your repo using AWS KMS.

10 lines (8 loc) 147 B
const start = jest.fn(); const get = jest.fn((params, cb) => { cb(null, { secretValue: 'secretValue' }); }); export default { start, get };