@@ -65,6 +65,37 @@ describe('consoleErrorLedger', () => {
6565 )
6666 expect ( exclusions . every ( ( { reason } ) => reason . length > 0 ) ) . toBe ( true )
6767 expect ( exclusions . every ( ( { restore } ) => restore . length > 0 ) ) . toBe ( true )
68+ expect ( exclusions ) . toEqual (
69+ expect . arrayContaining ( [
70+ expect . objectContaining ( {
71+ label : 'WhatDreamsCost-ComfyUI console ltx-director-guide-syntax' ,
72+ mode : 'expected-failure' ,
73+ scope : 'startup and pack operations' ,
74+ tier : 'S8'
75+ } ) ,
76+ expect . objectContaining ( {
77+ label :
78+ 'WhatDreamsCost-ComfyUI console whatdreams-set-value-probe-preview' ,
79+ mode : 'conditional-console' ,
80+ scope : 'startup and pack operations' ,
81+ tier : 'S8'
82+ } ) ,
83+ expect . objectContaining ( {
84+ label :
85+ 'ComfyUI-LTXVideo connectivity console ltx-sparse-track-null-image-size' ,
86+ mode : 'expected-failure' ,
87+ scope : 'S4 connectivity sweep' ,
88+ tier : 'S8'
89+ } ) ,
90+ expect . objectContaining ( {
91+ label :
92+ 'ComfyUI-KJNodes connectivity console kj-points-empty-bbox-json' ,
93+ mode : 'conditional-console' ,
94+ scope : 'S4 connectivity sweep' ,
95+ tier : 'S8'
96+ } )
97+ ] )
98+ )
6899 } )
69100
70101 it ( 'filters only errors matching the pack own patterns' , ( ) => {
0 commit comments