mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Fixed typecheck errors
This commit is contained in:
parent
7d8beea517
commit
c082b0da6d
@ -35,12 +35,12 @@ describe("Test Utils - PromptHandler", () => {
|
||||
scene: {
|
||||
ui: {
|
||||
getHandler: () => handler,
|
||||
setModeInternal: (): Promise<void> => {
|
||||
setModeInternal: () => {
|
||||
setModeCallback();
|
||||
return Promise.resolve();
|
||||
},
|
||||
getMode: () => UiMode.TEST_DIALOGUE,
|
||||
} as UI,
|
||||
} as unknown as UI,
|
||||
phaseManager: {
|
||||
getCurrentPhase: () =>
|
||||
({
|
||||
|
Loading…
Reference in New Issue
Block a user