chore(deps): bump next from 14.2.10 to 16.0.0 #151
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
|