mirror of
https://github.com/BoostIo/Boostnote
synced 2026-05-31 11:43:10 +00:00
Add jest and simple test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
require: jest.genMockFunction(),
|
||||
match: jest.genMockFunction(),
|
||||
app: jest.genMockFunction(),
|
||||
remote: jest.genMockFunction(),
|
||||
dialog: jest.genMockFunction()
|
||||
}
|
||||
Reference in New Issue
Block a user