Skip to content

Commit

Permalink
patch: remove outdated ipc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 22, 2024
1 parent da4d6b1 commit 5e2dfac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
26 changes: 0 additions & 26 deletions tests/gui/modules/child-writer.spec.ts

This file was deleted.

8 changes: 0 additions & 8 deletions tests/gui/modules/image-writer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import { expect } from 'chai';
import { Drive as DrivelistDrive } from 'drivelist';
import { sourceDestination } from 'etcher-sdk';
import * as ipc from 'node-ipc';
import { assert, SinonStub, stub } from 'sinon';

import { SourceMetadata } from '../../../lib/gui/app/components/source-selector/source-selector';
Expand Down Expand Up @@ -140,11 +139,4 @@ describe('Browser: imageWriter', () => {
});
});
});

describe('.performWrite()', function () {
it('should set the ipc config to silent', function () {
// Reset this value as it can persist from other tests
expect(ipc.config.silent).to.be.true;
});
});
});

0 comments on commit 5e2dfac

Please sign in to comment.