mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +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 { vi } from "vitest";
|
||||||
import { MockGameObject } from "./mockGameObject";
|
import { MockGameObject } from "./mockGameObject";
|
||||||
|
|
||||||
|
/** Mocks video-related stuff */
|
||||||
export class MockVideoGameObject implements MockGameObject {
|
export class MockVideoGameObject implements MockGameObject {
|
||||||
constructor() {}
|
constructor() {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user