mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
Remove npm package-lock.json and use pnpm exclusively
Co-authored-by: alexmickelson <43245625+alexmickelson@users.noreply.github.com>
This commit is contained in:
@@ -131,7 +131,7 @@ describe("canvasQuizService", () => {
|
||||
describe("Question order verification (integration test concept)", () => {
|
||||
it("should detect correct question order", async () => {
|
||||
// This is a conceptual test showing what the verification should validate
|
||||
const localQuiz: LocalQuiz = {
|
||||
const _localQuiz: LocalQuiz = {
|
||||
name: "Test Quiz",
|
||||
description: "A test quiz",
|
||||
dueAt: "2023-12-01T23:59:00Z",
|
||||
|
||||
Reference in New Issue
Block a user