nvim-neotest / neotest-jest

MIT License
116 stars 79 forks source link

refactor: replace deprecated vim.tbl_flatten function #123

Open davidk55 opened 2 months ago

davidk55 commented 2 months ago

Replace the deprecated vim.tbl_flatten function (which will be removed with Neovim 0.13) by using new the iter() interface that came in Neovim 0.10.