Skip to content

Commit 43fdd68

Browse files
committed
Fix 4 failing CI/CD checks in PR #5673
- Add missing yaml dependency to packages/types/package.json - Remove duplicate manual test files causing framework conflicts - Update knip.json to exclude playwright-mcp-integration test files - Improve path resolution in TypeScript test file Resolves: - knip check failure (unused files) - unit-test check failure (missing dependencies) - compile check failure (missing yaml package) - ESLint warnings from conflicting test files
1 parent 81ba92c commit 43fdd68

File tree

5 files changed

+18
-353
lines changed

5 files changed

+18
-353
lines changed

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"src/activate/**",
88
"src/workers/countTokens.ts",
99
"src/extension.ts",
10-
"scripts/**"
10+
"scripts/**",
11+
"playwright-mcp-integration/tests/**"
1112
],
1213
"workspaces": {
1314
"src": {

packages/types/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"dependencies": {
2626
"zod": "^3.25.61"
2727
},
28+
"devDependencies": {
29+
"@roo-code/config-eslint": "workspace:^",
30+
"@roo-code/config-typescript": "workspace:^",
31+
"@types/node": "20.x",
32+
"tsup": "^8.3.5",
33+
"vitest": "^3.2.3",
34+
"yaml": "^2.3.4"
35+
},
2836
"devDependencies": {
2937
"@roo-code/config-eslint": "workspace:^",
3038
"@roo-code/config-typescript": "workspace:^",

packages/types/src/__tests__/manual-validation.test.cjs

Lines changed: 0 additions & 175 deletions
This file was deleted.

packages/types/src/__tests__/manual-validation.test.js

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)