Mathew Attlee
                                            Mathew Attlee
                                        
                                    > you'll likely be waiting a while if you wait on me for that PR :) Thank you for quick reply. I'll see if I can create a fix myself...
What is the use case or scenario you are trying to solve here?
Thank you for the explanation. Where does vim-test out of the box fail to handle these projects? As a plug-in its ethos is a zero configuration approach so ideally I'd...
In a project how would you normally configure the test runner to be used so that all team members have the same test command?
My gut feeling is we just need to add more spec cases and logic to the Ruby test runners so it can automatically detect which one to use based on...
> I would love if this issue was reopened. I am testing typescript with jest, and specifically with date testing, I set the time zone to UTC: "TZ=UTC jest ..."....
AFAIK there is no precedence in this for the PHP and JavaScript runners that I have developed.
Good suggestion, please feel free to raise a PR. Otherwise if you are able to add a scenario to the [Maven test spec](https://github.com/janko-m/vim-test/blob/master/spec/maventest_spec.vim), even if it's in pseudo code, that...
It's possible that transformations might achieve want you want https://github.com/janko-m/vim-test#transformations
Thank you for spotting this bug! I believe the issue is the documentation is incorrect as Sail is part of the PHPUnit test runner. If you do `let g:test#runner_commands =...