Skip to content

Made Set N available in the navigation. #124

Made Set N available in the navigation.

Made Set N available in the navigation. #124

Triggered via push January 24, 2025 10:13
Status Failure
Total duration 46s
Artifacts
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
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
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 > 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
test (18.x)
Process completed with exit code 1.
test (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636