diff --git a/lua/plugins/test.lua b/lua/plugins/test.lua index 2acbf58..28a8f79 100644 --- a/lua/plugins/test.lua +++ b/lua/plugins/test.lua @@ -11,9 +11,9 @@ return { require('neotest').setup { adapters = { require 'neotest-jest' { - jestCommand = 'npm test --', + jestCommand = 'npx jest --', -- jestConfigFile = "custom.jest.config.ts", - -- env = { CI = true }, + env = { CI = true }, cwd = function(path) return vim.fn.getcwd() end,