Skip to content

Commit

Permalink
Update for unit test and build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunmoAhn committed Nov 25, 2018
1 parent 809bbc1 commit 4303e3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/main/utils/__tests__/disk/getData.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ describe('test getStoredDataInDisk', () => {
const result = getData();

expect(fs.readFileSync).toHaveBeenCalledTimes(0);
expect(result).toEqual(SETTING.defaultWidgets);
expect(result).toEqual(JSON.parse(SETTING.defaultWidgets));
});
});
1 change: 0 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ win:
nsis:
installerHeaderIcon: "app/assets/oh-my-desk-icon.png"
mac:
target: "dmg"
category: "oh.my.desk"
icon: "app/assets/oh-my-desk-icon"
dmg:
Expand Down

0 comments on commit 4303e3d

Please sign in to comment.