Mohan Raj Rajamanickam
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  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.