1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 17:50:11 +01:00
blowfish/tests/__mocks__/electronStore.js

5 lines
68 B
JavaScript
Raw Normal View History

2020-02-25 04:10:06 +01:00
module.exports = {
2020-10-10 17:36:39 +02:00
has: () => jest.fn(),
get: () => jest.fn()
2020-02-25 04:10:06 +01:00
}