import { describe, expect, test } from "bun:test" import { translateScopeToPath } from "../path" test("translateScopeToPath", async () => { // const path = await translateScopeToPath("$EXTENSION/foo.txt", "abc") // expect(path).toBe("abc/foo.txt") })