test: Split test utilities to improve test times (#2622)
This commit is contained in:
@@ -600,6 +600,6 @@ describe('stopEventFromActivatingCardWideActions', () => {
|
||||
it('should stop event from propogating', () => {
|
||||
const event = mock<Event>();
|
||||
stopEventFromActivatingCardWideActions(event);
|
||||
expect(event.stopPropagation).toBeCalled();
|
||||
expect(event.stopPropagation).toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user