Skip to content

Fix regression of UnhighlightItem event not firing (#1173) #440

Fix regression of UnhighlightItem event not firing (#1173)

Fix regression of UnhighlightItem event not firing (#1173) #440

Triggered via pull request September 4, 2024 11:15
Status Failure
Total duration 1m 34s
Artifacts

unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test/scripts/choices.test.ts > choices > public methods > unhighlightItem > item passed > item with negative groupId > triggers event with null groupValue: test/scripts/choices.test.ts#L969
AssertionError: expected 'unhighlightItem' to equal 'highlightItem' Expected: "highlightItem" Received: "unhighlightItem" ❯ test/scripts/choices.test.ts:969:71
test/scripts/choices.test.ts > choices > public methods > unhighlightItem > item passed > item without groupId > triggers event with groupValue: test/scripts/choices.test.ts#L986
AssertionError: expected 'unhighlightItem' to equal 'highlightItem' Expected: "highlightItem" Received: "unhighlightItem" ❯ test/scripts/choices.test.ts:986:71
test-unit
Process completed with exit code 1.