@ -525,7 +525,6 @@ module.exports = {
generateSendMessageText: () =>
`Test message from integration tests ${Date.now()}`,
async startStubSnodeServer() {
if (!this.stubSnode) {
this.messages = {};
@ -20,8 +20,7 @@ describe('Link Device', function() {
displayName: common.TEST_DISPLAY_NAME1,
};
const app2Props = {
const app2Props = {};
[app, app2] = await Promise.all([
common.startAndStub(app1Props),
@ -1,7 +1,6 @@
/* eslint-disable class-methods-use-this */
class StubSnodeAPI {
async refreshSwarmNodesForPubKey() {
return [];
}
@ -151,7 +151,7 @@ window.open = () => null;
window.eval = global.eval = () => null;
window.drawAttention = () => {
// window.log.info('draw attention');
// window.log.debug('draw attention');
ipc.send('draw-attention');
window.showWindow = () => {