vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
755 stars 85 forks source link

test: fix `runner.test.ts` #277

Closed hi-ogawa closed 8 months ago

hi-ogawa commented 8 months ago

Follow up to https://github.com/vitest-dev/vscode/pull/262/files#r1510226778

hi-ogawa commented 8 months ago

Going back to where this test file is originally added:

I realized it's only testing testPatternescape based on isWindows x customStartProcess.

I feel it's too trivial to test this and we could remove it, but for now, I just replaced with something equivalent.