-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not allow passing arguments #108
Comments
Ultest does not support setting arguments using the commands like vim-test does. You have to set the variable to configure your runner arguments beforehand. |
It would be nice if it was supported. Are you against this feature in general?
This only works for the use case when you pass arguments for the purposes of configuration. |
Or is there an alternative way to support |
I'm not opposed to having command line parsing, I just have no use of it myself and have never done it in vimscript before so haven't gotten around to it. Totally open to PRs though! Alternatively you could script it to have another command to alter the config var to add |
Describe the bug
If I run
TestNearest -u
then vim-test will update my jest snapshots (
-u
updates snapshot tests)however if I run
then it does not update the tests
To Reproduce
Expected behavior
Ultest should pass all the arguments to vim-test so that it works the same way
The text was updated successfully, but these errors were encountered: