Skip to content

Duplicating caching routes with a /. #128

Duplicating caching routes with a /.

Duplicating caching routes with a /. #128

Triggered via push January 24, 2025 13:19
Status Failure
Total duration 44s
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