Open phallguy opened 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.
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.