1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-10 11:25:17 +02:00
blowfish/tests/__mocks__/electronStore.js
2020-10-10 17:36:39 +02:00

5 lines
68 B
JavaScript

module.exports = {
has: () => jest.fn(),
get: () => jest.fn()
}