Skip to content

Commit

Permalink
Remove unused tree-kill dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Sep 20, 2023
1 parent 5366e6b commit e396476
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions node-src/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Readable } from 'stream';
import execaDefault from 'execa';
import { confirm } from 'node-ask';
import treeKill from 'tree-kill';
import fetchDefault from 'node-fetch';
import dns from 'dns';

Expand Down Expand Up @@ -224,10 +223,6 @@ jest.mock('node-fetch', () =>
}))
);

jest.mock('tree-kill');

const kill = <jest.MockedFunction<typeof treeKill>>treeKill;

const mockStatsFile = Readable.from([
JSON.stringify({
modules: [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
"string-argv": "^0.3.1",
"strip-ansi": "6.0.0",
"tmp-promise": "3.0.2",
"tree-kill": "^1.2.2",
"ts-dedent": "^1.0.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit e396476

Please sign in to comment.