Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 10, 2020
1 parent e8f9d57 commit a6ba4f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
30 changes: 0 additions & 30 deletions scripts/release-prepare.sh

This file was deleted.

3 changes: 2 additions & 1 deletion tests/__mocks__/electronStore.js
@@ -1,3 +1,4 @@
module.exports = {
has: () => jest.fn()
has: () => jest.fn(),
get: () => jest.fn()
}
2 changes: 1 addition & 1 deletion tests/jest.config.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
'<rootDir>/src/renderer/.next',
'<rootDir>/src/renderer/out',
'<rootDir>/node_modules',
'<rootDir>/build',
'<rootDir>/app',
'<rootDir>/dist',
'<rootDir>/coverage'
],
Expand Down

0 comments on commit a6ba4f0

Please sign in to comment.