Remove npm package-lock.json and use pnpm exclusively

Co-authored-by: alexmickelson <43245625+alexmickelson@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-10 18:20:04 +00:00
parent efe2060fcd
commit b47fa4cff5
3 changed files with 11 additions and 10246 deletions

View File

@@ -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",