Skip to content

Commit 48a7f0f

Browse files
authored
Fix base64Decode import in workspaces.spec.ts (#18274)
1 parent d69962b commit 48a7f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/e2e/projects/workspaces.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import fs from "node:fs/promises"
22
import os from "node:os"
33
import path from "node:path"
4+
import { base64Decode } from "@opencode-ai/util/encode"
45
import type { Page } from "@playwright/test"
56

67
import { test, expect } from "../fixtures"

0 commit comments

Comments
 (0)