Skip to content

Commit

Permalink
patch: remove node-ipc and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 23, 2024
1 parent b3e3382 commit ccc31bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 218 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"i18next": "23.7.8",
"immutable": "3.8.2",
"lodash": "4.17.21",
"node-ipc": "9.2.1",
"outdent": "0.8.0",
"path-is-inside": "1.0.2",
"pretty-bytes": "5.6.0",
Expand Down Expand Up @@ -77,7 +76,6 @@
"@types/mime-types": "2.1.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.6",
"@types/node-ipc": "9.2.3",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/semver": "7.5.6",
Expand Down
182 changes: 0 additions & 182 deletions test-wrapper.ts

This file was deleted.

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 ccc31bb

Please sign in to comment.