Skip to content

Commit 1e8c2c6

Browse files
author
Emmanouil Konstantinidis
committed
Fix jscs
1 parent d6fae84 commit 1e8c2c6

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

src/js/__tests__/__mocks__/remote.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/js/__tests__/__mocks__/shell.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/js/__tests__/components/footer.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ describe('Test for Footer', function () {
1313

1414
beforeEach(function () {
1515
// Mock Electron's window.require
16+
// and remote.require('shell')
1617
window.require = function () {
1718
return {
1819
require: function () {
1920
return {
2021
openExternal: function () {
2122
return {};
22-
},
23+
}
2324
};
24-
},
25+
}
2526
};
2627
};
2728

0 commit comments

Comments
 (0)