fix: 修复 ESLint 错误 — path-manager 测试去 as any、search-clean 未用参数

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 14:26:56 +08:00
parent 2b372cbf89
commit be04b7d0da
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ import { test, expect } from '@playwright/test';
test.beforeEach(async ({ page }) => {
await page.addInitScript(() => {
window.__TAURI_INTERNALS__ = {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
invoke: async (cmd, args) => {
switch (cmd) {
case 'check_admin': return true;