Type Alias EventBusTestSuiteSettings

EventBusTestSuiteSettings: {
    beforeEach: typeof beforeEach;
    createEventBus: () => Promisable<IEventBus>;
    describe: SuiteAPI;
    expect: ExpectStatic;
    serde?: IFlexibleSerde;
    test: TestAPI;
}

IMPORT_PATH: "@daiso-tech/core/event-bus/test-utilities"