Skip to content

chore(deps): bump @radix-ui/react-dialog from 1.0.5 to 1.1.15 #143

chore(deps): bump @radix-ui/react-dialog from 1.0.5 to 1.1.15

chore(deps): bump @radix-ui/react-dialog from 1.0.5 to 1.1.15 #143

Triggered via pull request August 25, 2025 15:47
Status Failure
Total duration 49s
Artifacts

run-unit-tests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test (18.x)
Process completed with exit code 1.
components/quiz/useQuizState.test.ts > Option selection and scoring > doesn't count a question as correct if it wasn't solved on the first try: components/quiz/useQuizState.test.ts#L99
AssertionError: expected undefined to be 1 // Object.is equality - Expected: 1 + Received: undefined ❯ components/quiz/useQuizState.test.ts:99:47
components/quiz/useQuizState.test.ts > Option selection and scoring > selects an option and increments score if the answer is correct: components/quiz/useQuizState.test.ts#L77
AssertionError: expected undefined to be +0 // Object.is equality - Expected: 0 + Received: undefined ❯ components/quiz/useQuizState.test.ts:77:47
components/quiz/useQuizState.test.ts > useQuizState > initializes state correctly: components/quiz/useQuizState.test.ts#L43
AssertionError: expected undefined to be null ❯ components/quiz/useQuizState.test.ts:43:45