test(server): migrate global bus helper to Effect (#27214)
This commit is contained in:
@@ -29,6 +29,3 @@ export function waitGlobalBusEvent(input: {
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
export const waitGlobalBusEventPromise = (input: Parameters<typeof waitGlobalBusEvent>[0]) =>
|
||||
Effect.runPromise(waitGlobalBusEvent(input))
|
||||
|
||||
Reference in New Issue
Block a user