From f99e9505025d77f39c067c0ffe4539c8f54505b7 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:49:44 -0700 Subject: [PATCH] Add docs to mock class --- src/test/utils/mocks/mockVideoGameObject.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/utils/mocks/mockVideoGameObject.ts b/src/test/utils/mocks/mockVideoGameObject.ts index 4ab371ed9fc..96f03542bbc 100644 --- a/src/test/utils/mocks/mockVideoGameObject.ts +++ b/src/test/utils/mocks/mockVideoGameObject.ts @@ -1,6 +1,7 @@ import { vi } from "vitest"; import { MockGameObject } from "./mockGameObject"; +/** Mocks video-related stuff */ export class MockVideoGameObject implements MockGameObject { constructor() {}