mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-10-31 23:55:17 +01:00
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
module.exports = {
|
|
has: () => jest.fn(),
|
|
get: () => jest.fn()
|
|
}
|