mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-11 00:36:26 +00:00
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
module.exports = {
|
|
require: jest.genMockFunction(),
|
|
match: jest.genMockFunction(),
|
|
app: jest.genMockFunction(),
|
|
remote: jest.genMockFunction(),
|
|
dialog: jest.genMockFunction()
|
|
}
|