Remco Smits

Results 15 comments of Remco Smits

> One thing I noticed, I'm not sure how to dismiss the reply action if I decide I dont want to do a reply after all. I think `esc` should...

> Cool! Just leaving a few comments based on a version that I was working on before I saw that someone had beat me to it! 😄 Ahhh sorry man,...

> LGTM, thanks Remco :) I gonna add pest & docblock annotation support aswell. Working on it right now!

> > Ahhh sorry man, didn't know that. I hope this satisfies your needs! > > It definitely does. No worries here! Thank you! You want to hack on the...

@osiewicz Can you help me out, I have the following 2 queries. They seem to work because I can see the runnable icon before the test functions. But when I...

While digging inside the runnable/task code, looking why clicking the runnable icon inside the gutter for **Pest** runnable didn't open a new terminal panel to run the tests in. I...

@osiewicz one thing I'm not happy about yet is that the Pest query/outline scheme is not specific enough. This results in invalid results that should not happen, but could. The...

Yeah sure, sounds good!

**Pest** does not support the following methods `it`, `test` and `describe` inside classes or function declarations. Because these functions are expressions. That way they are register as a test case....

Yeah, adding the program as top level node inside the query fixes the issue that it matches also expressions inside the function/class declarations. The query looks like this: ```scm ;...