nvim-neotest / neotest-jest

MIT License
120 stars 81 forks source link

Add test_dirs option #107

Closed junkfactory closed 7 months ago

junkfactory commented 7 months ago

The default directory name to look for tests is __tests__. For custom names use test_dirs

require("neotest").setup({
    ...,
        test_dirs = { "__tests__", "tests" },
})