bun test v1.3.10 (30e609e0)

plugins/lfg/bin/lfg.test.ts:
 6 | const LFG = new URL("lfg", import.meta.url).pathname
 7 | 
 8 | describe("lfg CLI", () => {
 9 |   test("package metadata does not identify lfg as a plugin", async () => {
10 |     const parsed = JSON.parse(await readFile(new URL("../package.json", import.meta.url), "utf8")) as Record<string, unknown>
11 |     expect(parsed.name).toBe("@lfg/lazycodex-adapter-installer")
                             ^
error: expect(received).toBe(expected)

Expected: "@lfg/lazycodex-adapter-installer"
Received: "@lfg/plugin"

      at <anonymous> (/Users/ilseoblee/workspace/linalab/lfg/plugins/lfg/bin/lfg.test.ts:11:25)
(fail) lfg CLI > package metadata does not identify lfg as a plugin [0.80ms]
(pass) lfg CLI > reports lazycodex adapter install command and target [23.65ms]
(pass) lfg CLI > status and setup describe lfg as adapter installer not plugin [46.34ms]
(pass) lfg CLI > uses configured lazycodex adapter root [22.82ms]

 3 pass
 1 fail
 15 expect() calls
Ran 4 tests across 1 file. [102.00ms]
