Mohan Raj Rajamanickam

Results 35 comments of Mohan Raj Rajamanickam

Re-opening #3618 as it is more relevant to the current issue

@randi274 That is going to be tricky as GH issues doesn't have threads but you can quote and reply. To keep it simple I guess we can create a new...

I am able to reproduce this with v54.6.1 ![image](https://user-images.githubusercontent.com/1509984/161319883-933d2adf-0e94-4e15-aad5-f0f099407d89.png) Seems also related to https://github.com/forcedotcom/salesforcedx-vscode/issues/967

Here is a minimal example @straker ```js describe('demo axe timeout with mock timer', () => { it('should not timeout when using mock timer', async () => { jest.useFakeTimers(); // Commenting...

Tried `jest.runAllTimers();` - it doesn't help, still times out.