
 RUN  v4.1.8 /Users/ilseoblee/workspace/linalab/lfg

 ❯ plugins/lfg/bin/lfg.test.ts (14 tests | 1 failed) 1134ms
     × package metadata exposes npm lfg package with ulw command alias without Bun runtime 3ms

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  plugins/lfg/bin/lfg.test.ts > lfg CLI > package metadata exposes npm lfg package with ulw command alias without Bun runtime
AssertionError: expected 'ulw' to be 'lfg' // Object.is equality

Expected: "lfg"
Received: "ulw"

 ❯ plugins/lfg/bin/lfg.test.ts:10:25
      8|   test("package metadata exposes npm lfg package with ulw command alia…
      9|     const parsed = JSON.parse(await readFile(new URL("../package.json"…
     10|     expect(parsed.name).toBe("lfg")
       |                         ^
     11|     expect(parsed.description).toBe("Installs the lazycodex Codex adap…
     12|     expect(parsed.bin).toMatchObject({

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯


 Test Files  1 failed (1)
      Tests  1 failed | 13 passed (14)
   Start at  17:22:23
   Duration  1.24s (transform 15ms, setup 0ms, import 21ms, tests 1.13s, environment 0ms)

