1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-07-01 06:02:16 +02:00
blowfish/tests/__mocks__/electronStore.js

4 lines
44 B
JavaScript
Raw Normal View History

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