mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
update neotest settings slightly
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user