chore(event-bus-*): Do not emit if no subscribers: (#14084)
* chore(event-vus-*): Do not emit if no subscribers: * Create curly-apricots-double.md * add tests * align tests
This commit is contained in:
committed by
GitHub
parent
6c3ec528f1
commit
113f200a99
@@ -1021,7 +1021,7 @@ medusaIntegrationTestRunner({
|
||||
eventGroupId
|
||||
) ?? []
|
||||
|
||||
expect(grouppedEventBefore).toHaveLength(1)
|
||||
expect(grouppedEventBefore).toHaveLength(17)
|
||||
expect(grouppedEventAfter).toHaveLength(0) // events have been compensated
|
||||
|
||||
expect(errors[0].error.message).toBe(
|
||||
|
||||
Reference in New Issue
Block a user