mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
fix optional/nullable fields
This commit is contained in:
@@ -95,14 +95,16 @@ describe('assetsStore - Refactored (Option A)', () => {
|
||||
id: `prompt_${index}`,
|
||||
status: 'completed',
|
||||
create_time: 1000 + index,
|
||||
update_time: 1000 + index,
|
||||
last_state_update: 1000 + index,
|
||||
priority: 1000 + index,
|
||||
execution_start_time: null,
|
||||
execution_end_time: null,
|
||||
preview_output: {
|
||||
filename: `output_${index}.png`,
|
||||
subfolder: '',
|
||||
type: 'output'
|
||||
}
|
||||
},
|
||||
outputs_count: null,
|
||||
workflow_id: null,
|
||||
priority: 1000 + index
|
||||
})
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user