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 {
|
require('neotest').setup {
|
||||||
adapters = {
|
adapters = {
|
||||||
require 'neotest-jest' {
|
require 'neotest-jest' {
|
||||||
jestCommand = 'npm test --',
|
jestCommand = 'npx jest --',
|
||||||
-- jestConfigFile = "custom.jest.config.ts",
|
-- jestConfigFile = "custom.jest.config.ts",
|
||||||
-- env = { CI = true },
|
env = { CI = true },
|
||||||
cwd = function(path)
|
cwd = function(path)
|
||||||
return vim.fn.getcwd()
|
return vim.fn.getcwd()
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user