Laura Viglioni

Results 12 comments of Laura Viglioni

Hello! :) This config worked here (macos) But for some reason `--dir` doesnt work properly (macos). It somehow understands that the name of the directory is `ir`, probably because it...

Hey @bbatsov, do you think this PR makes sense in the project? :) If you think it does, I will rebase it to the new changes merged to the main...

@bbatsov ohh weird! It was probably after I rebase it with new changes some time ago I will take a closer look tomorrow Thanks!

@bbatsov it's done! About the `Ci/test` if I understood the error correctly it is a docstring problem that already exists on the main branch, isn't it?

@bbatsov could you take a look and see if the changes would be positive for the project? :)

> Do you need to use multiple test command within the same project? In this case yes! If I want to test one file only using this framework I need...

What you said makes sense 🤔 aside from that the only use case I can think of now to test the whole project is when you have different commands to...

> I guess we can just document in the docs how people can add additional test commands if they want to run a subset of tests, etc? WDTY: We add...

Thanks a lot for your time, @bbatsov I managed to do what I wanted using `projectile--run-project-cmd` as you suggested :)) ```emacs-lisp (let ((compilation-read-command nil)) (projectile--run-project-cmd (concat "npm test -- "...