Nihar Phansalkar
Nihar Phansalkar
@lmiller1990 Hello, I am running this in a VM running Fedora 38. Yes `yarn` does complete (however, one catch is I had to disable the `NX daemon` in order for...
At least here on GitHub where it shows the checks, it was previously passing most tests, failing about 7. Now all of a sudden it is failing 25 tests. I...
@lmiller1990 Hello Lachlan, the `cy.startAppServer()` keeps on giving me a timeout error when I try to run the e2e tests. I even tried commenting out some code, but of course,...
Yes, but say for future contributions for cypress, I may have to test other parts? Where can I actually understand the reason for such issues occurring and try to fix...
Sure! Thank you.
@lmiller1990 Hello Lachlan. I did run it with `DEBUG=* yarn dev` and there were quite a few errors. Can you tell me if you too have received such errors? 1)...
Hello, I would like to try and work on this issue.
Seeing the discussion, I will try to implement both the methods mentioned to see if it actually throws the required error. Will update accordingly?
So you initially want to check if a function similar to `isNativeError()` returns true, and if it does, just directly throw that error instead of bothering with how instanceof is...
@piranna Is there any way to get Jest to use my local nodejs? i.e the node I have in `node/out/Release/node`? I tried searching around but can't find much. Maybe you...