You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{\\"key\\":\\"state-key-3\\",\\"type\\":\\"LineItemState\\",\\"name\\":{\\"en\\":\\"completion\\"},\\"initial\\":false,\\"description\\":{\\"en\\":\\"only used when some state is complete\\"}}
92
+
{\\"name\\":{\\"en\\":\\"completion\\"},\\"key\\":\\"state-key-3\\",\\"description\\":{\\"en\\":\\"only used when some state is complete\\"},\\"type\\":\\"LineItemState\\",\\"initial\\":false}
93
93
,
94
-
{\\"key\\":\\"state-key-4\\",\\"type\\":\\"PaymentState\\",\\"name\\":{\\"en\\":\\"auto gen\\"},\\"initial\\":true,\\"description\\":{\\"en\\":\\"this state should be auto generated\\"}}
94
+
{\\"name\\":{\\"en\\":\\"auto gen\\"},\\"key\\":\\"state-key-4\\",\\"description\\":{\\"en\\":\\"this state should be auto generated\\"},\\"type\\":\\"PaymentState\\",\\"initial\\":true}
95
95
]
96
96
"
97
97
`;
98
98
99
99
exports[`CSV and CLI Tests Parse without transitions should parse states without projectKey 1`] =`
{\\"key\\":\\"state-key-2\\",\\"type\\":\\"ProductState\\",\\"name\\":{\\"en\\":\\"tester\\"},\\"initial\\":false,\\"description\\":{\\"en\\":\\"uniqueness of states\\"}}
103
+
{\\"name\\":{\\"en\\":\\"tester\\"},\\"key\\":\\"state-key-2\\",\\"description\\":{\\"en\\":\\"uniqueness of states\\"},\\"type\\":\\"ProductState\\",\\"initial\\":false}
0 commit comments