1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add jest and simple test

This commit is contained in:
Nikolay Lopin
2018-03-25 20:02:06 +03:00
parent d3f9c170ac
commit b098a15e9c
6 changed files with 1458 additions and 109 deletions

7
__mocks__/electron.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
require: jest.genMockFunction(),
match: jest.genMockFunction(),
app: jest.genMockFunction(),
remote: jest.genMockFunction(),
dialog: jest.genMockFunction()
}