marilari88 / neotest-vitest

Vitest adapter for Neovim Neotest plugin
92 stars 34 forks source link

Add support for specifying command and config file #29

Open semanticart opened 1 year ago

semanticart commented 1 year ago

👋 Thanks for the library!

I'm running a weird monorepo setup and would love to be able to specify my vitest command and config file rather than have the lookup find them.

I know neotest-jest supports this per their README

          jestCommand = "npm test --",
          jestConfigFile = "custom.jest.config.ts",

Would it be possible to get support added for this in neotest-vitest?

Thanks again!