(status: WorkflowDiffStatus)
| 88 | } from '@/stores/workflow-diff/types' |
| 89 | |
| 90 | function seedStatus(status: WorkflowDiffStatus): void { |
| 91 | useWorkflowDiffStore.setState(deriveDiffFlags(status)) |
| 92 | } |
| 93 | |
| 94 | describe('useWorkflowDiffStore status modeling', () => { |
| 95 | beforeEach(() => { |
no test coverage detected