chore: add more tests

This commit is contained in:
2026-04-06 16:11:26 +08:00
parent 6cfb3b6df8
commit 6352977791
8 changed files with 633 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// Core types
export type { IGameContext } from './core/game';
export { createGameCommandRegistry } from './core/game';
export { createGameCommandRegistry, createPromptDef } from './core/game';
export type { GameHost, GameHostStatus, GameModule } from './core/game-host';
export { createGameHost } from './core/game-host';