marilari88 / neotest-vitest

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

Allow user is_test_file option to fully control over file check #54

Closed thunderer199 closed 4 months ago

thunderer199 commented 4 months ago

Currently built-in is _test_file function is used before the provided function, that does not allow to run tests on any file that does not match default patterns. For example, it's not possible to run a test for integration.ts. The fix runs a custom check for all files on a project.

marilari88 commented 4 months ago

Thanks