mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Add docs to mock class
This commit is contained in:
parent
05fe1ecd84
commit
f99e950502
@ -1,6 +1,7 @@
|
||||
import { vi } from "vitest";
|
||||
import { MockGameObject } from "./mockGameObject";
|
||||
|
||||
/** Mocks video-related stuff */
|
||||
export class MockVideoGameObject implements MockGameObject {
|
||||
constructor() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user