blowfish/tests/__mocks__/electronStore.js

5 lines
68 B
JavaScript

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