Skip to content

feat: allow customizing passing grade #867

feat: allow customizing passing grade

feat: allow customizing passing grade #867

Triggered via pull request October 17, 2024 09:52
Status Failure
Total duration 27m 55s
Artifacts

unit-tests.yml

on: pull_request
Matrix: Test
Typecheck
19s
Typecheck
Build Package
0s
Build Package
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Typecheck: src/quiz/quiz.test.tsx#L10
Argument of type '{ initialQuestions: ({ question: string; answers: ({ label: string; value: 1; } | { label: string; value: 2; } | { label: string; value: 3; })[]; correctAnswer: 1; } | { question: string; answers: ({ label: string; value: 1; } | { ...; } | { ...; })[]; correctAnswer: 2; } | { ...; })[]; validationMessages: { ...; }; }' is not assignable to parameter of type 'Props<1 | 2 | 3>'.
Typecheck
Process completed with exit code 2.