marilari88 / neotest-vitest

Vitest adapter for Neovim Neotest plugin
106 stars 33 forks source link

Quote wildcard for all testNamePattern #58

Open phallguy opened 3 months ago

phallguy commented 3 months ago

Some shells (looking at you zsh) try to expand wildcards on the command line before invoking the underlying command resulting in no tests run when targeting a whole file. Quoting the pattern lets it get handled directly by vitest.