pokerogue/test/testUtils/mocks/mockGameObject.ts
Sirz Benjie a51a504155
[Test] Move test folder out of src (#5398)
* move test folder

* Update vitest files

* rename test/utils to test/testUtils

* Remove stray utils/gameManager

Got put back from a rebase
2025-02-22 22:52:07 -06:00

4 lines
52 B
TypeScript

export interface MockGameObject {
name: string;
}