From b7ee23ffe812b27b861d54a26ffda497507fb8ec Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 20 Dec 2024 12:03:43 +0100 Subject: [PATCH] update neotest settings slightly --- lua/plugins/test.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,