Skip to content

Commit 8d5a789

Browse files
committed
test: pin console exclusion metadata contracts
1 parent 5f7ba1f commit 8d5a789

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

browser_tests/fixtures/customNode/consoleErrorLedger.test.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)