mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-06 18:09:10 +00:00
* move test folder * Update vitest files * rename test/utils to test/testUtils * Remove stray utils/gameManager Got put back from a rebase
4 lines
52 B
TypeScript
4 lines
52 B
TypeScript
export interface MockGameObject {
|
|
name: string;
|
|
}
|