Skip to content

Commit 0015192

Browse files
fix(test): 修复一开始的依赖环境问题。版本不同会导致check types失败等问题。
- 我确保最初的两笔提交中与环境有关的改动导致的后续问题得到修复。比如roo-code\apps\vscode-e2e\src\types\global.d.ts和package.json - pnpm lint和pnpm test都成功
1 parent b558b32 commit 0015192

File tree

2 files changed

+3479
-2514
lines changed

2 files changed

+3479
-2514
lines changed

apps/vscode-e2e/src/types/global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { RooCodeAPI } from "@roo-code/types"
22

33
declare global {
4+
// eslint-disable-next-line no-var
45
var api: RooCodeAPI
56
}
67

0 commit comments

Comments
 (0)