test: fix tests

This commit is contained in:
Il Harper 2024-03-20 00:57:20 +08:00
parent 2abd3fc727
commit a721bae33a
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC
2 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,11 @@ export const ctx: ChronocatContext = {
} as unknown as ChronocatContext['chronocat']['l'],
h,
} as ChronocatContext['chronocat'],
chronocatEngineChronocatApi: {
msgBoxActiv: {
activate: () => {},
},
},
}
export const satoriConfig = {

View File

@ -11,6 +11,11 @@ export const ctx: ChronocatContext = {
} as unknown as ChronocatContext['chronocat']['l'],
h,
} as ChronocatContext['chronocat'],
chronocatEngineChronocatApi: {
msgBoxActiv: {
activate: () => {},
},
},
}
export const satoriConfig = {