Browse Source

Fix `base64Decode` import in workspaces.spec.ts (#18274)

James Long 5 tháng trước cách đây
mục cha
commit
48a7f0fd93
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/app/e2e/projects/workspaces.spec.ts

+ 1 - 0
packages/app/e2e/projects/workspaces.spec.ts

@@ -1,6 +1,7 @@
 import fs from "node:fs/promises"
 import os from "node:os"
 import path from "node:path"
+import { base64Decode } from "@opencode-ai/util/encode"
 import type { Page } from "@playwright/test"
 
 import { test, expect } from "../fixtures"