You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when calling jest.singleTest, I always get an error:
[coc.nvim]: Error on notification "runCommand": Maximum call stack size exceeded
This is using the command from the README. All other commands seem to work fine.
EDIT: It seems I do not always get the error, as I just was able to run jest.singleTest successfully. If I can reliably reproduce the issue I will update this.
The text was updated successfully, but these errors were encountered:
I noticed that when calling
jest.singleTest
, I always get an error:This is using the command from the README. All other commands seem to work fine.
EDIT: It seems I do not always get the error, as I just was able to run
jest.singleTest
successfully. If I can reliably reproduce the issue I will update this.The text was updated successfully, but these errors were encountered: