more tests
This commit is contained in:
@@ -219,7 +219,7 @@ describe("Store utilities", () => {
|
||||
const [[_, callback]] = mockRepository.on.mock.calls
|
||||
|
||||
callback({
|
||||
added: new Set(),
|
||||
added: [{id: "2"} as TrustedEvent],
|
||||
removed: new Set([mockEvent.id]),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user