Description: Add tests for graph validation rules such as missing start state, duplicate state names, and transitions pointing to unknown nodes. These tests will protect the compiler pipeline.
Files to look at: future validator files, server/src, client/lib
Hints: Keep test cases small and data-driven. Start with plain objects representing nodes and edges.
Description: Add tests for graph validation rules such as missing start state, duplicate state names, and transitions pointing to unknown nodes. These tests will protect the compiler pipeline.
Files to look at: future validator files,
server/src,client/libHints: Keep test cases small and data-driven. Start with plain objects representing nodes and edges.