Skip to content

Commit 51e26de

Browse files
authored
chore: remove useless istanbul deps (#563)
1 parent 0005e5a commit 51e26de

File tree

3 files changed

+1
-71
lines changed

3 files changed

+1
-71
lines changed

e2e/projects/coverage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ describe('test projects coverage', () => {
4141
expect(
4242
fs.existsSync(join(__dirname, 'fixtures/coverage/index.html')),
4343
).toBeTruthy();
44-
});
44+
}, 15000);
4545
});

packages/coverage-istanbul/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"dependencies": {
2323
"swc-plugin-coverage-instrument": "^0.0.30",
2424
"istanbul-lib-coverage": "^3.2.2",
25-
"istanbul-lib-instrument": "^6.0.3",
2625
"istanbul-lib-report": "^3.0.1",
27-
"istanbul-lib-source-maps": "^5.0.6",
2826
"istanbul-reports": "^3.1.7"
2927
},
3028
"devDependencies": {
@@ -34,9 +32,7 @@
3432
"@types/node": "^22.16.5",
3533
"typescript": "^5.9.2",
3634
"@types/istanbul-lib-coverage": "^2.0.6",
37-
"@types/istanbul-lib-instrument": "^1.7.7",
3835
"@types/istanbul-lib-report": "^3.0.3",
39-
"@types/istanbul-lib-source-maps": "^4.0.4",
4036
"@types/istanbul-reports": "^3.0.4"
4137
}
4238
}

pnpm-lock.yaml

Lines changed: 0 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)