Currently only tests/generators.test.ts exists. Add dedicated test files for src/parser.ts (valid/invalid JSON and YAML schema parsing, missing required fields like values for enum or fields for object) and src/watcher.ts (file change triggers regeneration, invalid schema during watch doesn't crash the process).
Currently only tests/generators.test.ts exists. Add dedicated test files for src/parser.ts (valid/invalid JSON and YAML schema parsing, missing required fields like values for enum or fields for object) and src/watcher.ts (file change triggers regeneration, invalid schema during watch doesn't crash the process).