mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
add: neotest jest config
This commit is contained in:
parent
7482132068
commit
cbd0b55458
6 changed files with 112 additions and 11 deletions
|
@ -135,3 +135,8 @@ vim.g.pcode_telescope_theme_find_file = "center"
|
|||
vim.g.pcode_telescope_theme_live_grep = "dropdown"
|
||||
-- https://github.com/kristijanhusak/vim-dadbod-ui
|
||||
vim.g.pcode_database = false
|
||||
|
||||
-- https://github.com/nvim-neotest/neotest-jest
|
||||
vim.g.pcode_jest = true
|
||||
vim.g.pcode_jest_command = "npm test -- "
|
||||
vim.g.pcode_jest_config = "jest.config.mjs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue