updating tests

This commit is contained in:
2024-08-21 21:45:56 -06:00
parent 7853b88b0a
commit ae704f7bae
5 changed files with 242 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
import { LocalQuiz } from "../localQuiz";
import { quizQuestionMarkdownUtils } from "./quizQuestionMarkdownUtils";
const extractLabelValue = (input: string, label: string): string => {