test: Remove unnecessary jsdom environment declarations (#2616)
This commit is contained in:
@@ -596,7 +596,6 @@ describe('getActionName', () => {
|
||||
});
|
||||
});
|
||||
|
||||
// @vitest-environment jsdom
|
||||
describe('stopEventFromActivatingCardWideActions', () => {
|
||||
it('should stop event from propogating', () => {
|
||||
const event = mock<Event>();
|
||||
|
||||
Reference in New Issue
Block a user