chore(api): remove vitest import from mock (#62478)

This commit is contained in:
Shaun Hamilton
2025-10-03 16:12:25 +02:00
committed by GitHub
parent eac87fb5ac
commit 179d92b190
+2 -1
View File
@@ -9,9 +9,10 @@ import {
ExamEnvironmentChallenge
} from '@prisma/client';
import { ObjectId } from 'mongodb';
import { defaultUserId } from '../vitest.utils.js';
import { examEnvironmentPostExamAttempt } from '../src/exam-environment/schemas/index.js';
const defaultUserId = '5bd30e0f1caf6ac3ddddddb5';
export const oid = () => new ObjectId().toString();
export const examId = oid();