enc: config default javascript

This commit is contained in:
asep.komarudin 2024-06-22 10:29:08 +07:00
parent 66d401335e
commit 2165fb1c63
6 changed files with 106 additions and 105 deletions

View file

@ -158,11 +158,12 @@ pcode.phpunit = false
-- https://github.com/nvim-neotest/neotest-python
-- https://docs.pytest.org/en/7.1.x/getting-started.html
pcode.pytest = false
-- https://github.com/nvim-neotest/neotest-jest
pcode.jest = false
pcode.jest_command = "npm test -- "
pcode.jest_config = "jest.config.mjs"
-- https://github.com/fredrikaverpil/neotest-golang
pcode.gotest = false
pcode.acive_rust_config = true
pcode.active_rust_config = false
pcode.active_javascript_config = {
status = true,
jest_command = "npm test -- ",
jest_config = "jest.config.mjs",
}