nvim-neotest / neotest-jest

MIT License
116 stars 79 forks source link

Coverage #75

Open ovidius72 opened 11 months ago

ovidius72 commented 11 months ago

How can I override this settings to enable coverage? https://github.com/nvim-neotest/neotest-jest/blob/ae559fbd405084ee38dd711eede6d74f3dc1d463/lua/neotest-jest/init.lua#L402-L410

I don't know much about lua but isn't the 2nd argument overwriting the first one in list_extend ? Do we have a way to remove the --no-coverage option ? Thanks.