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

 ❯ plugins/lfg/bin/lfg.test.ts (15 tests | 1 failed | 14 skipped) 90ms
     × rejects ulw because npx lfg is the package command 89ms

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

 FAIL  plugins/lfg/bin/lfg.test.ts > lfg CLI > rejects ulw because npx lfg is the package command
AssertionError: expected +0 to be 1 // Object.is equality

- Expected
+ Received

- 1
+ 0

 ❯ plugins/lfg/bin/lfg.test.ts:180:29
    178|   test("rejects ulw because npx lfg is the package command", async () …
    179|     const result = await runLfg(["--json", "ulw"])
    180|     expect(result.exitCode).toBe(1)
       |                             ^
    181|     expect(result.json).toMatchObject({
    182|       ok: false,

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


 Test Files  1 failed (1)
      Tests  1 failed | 14 skipped (15)
   Start at  17:30:55
   Duration  303ms (transform 40ms, setup 0ms, import 56ms, tests 90ms, environment 0ms)

