return { "nvim-neotest/neotest", optional = true, -- stylua: ignore keys = { { "tl", function() require("neotest").run.run_last() end, desc = "Run Last Test" }, { "tL", function() require("neotest").run.run_last({ strategy = "dap" }) end, desc = "Debug Last Test" }, { "tw", "lua require('neotest').run.run({ jestCommand = 'jest --watch ' })", desc = "Run Watch" }, }, }