Skip to content

Commit 73f3ac2

Browse files
author
Emmanouil Konstantinidis
committed
Fix tests
1 parent 7cac87f commit 73f3ac2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/js/__tests__/stores/settings.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ describe('Tests for SettingsStore', function () {
1717
return {
1818
sendChannel: function () {
1919
return;
20+
},
21+
send: function () {
22+
return;
2023
}
2124
};
2225
};

0 commit comments

Comments
 (0)