systematic-debugging.txt 335 B

1234567891011
  1. The tests are failing with this error:
  2. ```
  3. FAIL src/utils/parser.test.ts
  4. ● Parser › should handle nested objects
  5. TypeError: Cannot read property 'value' of undefined
  6. at parse (src/utils/parser.ts:42:18)
  7. at Object.<anonymous> (src/utils/parser.test.ts:28:20)
  8. ```
  9. Can you figure out what's going wrong and fix it?