add jester
This commit is contained in:
parent
a337f01534
commit
e32ba63a54
@ -7,7 +7,7 @@ require'jester'.setup({
|
||||
path_to_jest_debug = './node_modules/jest/bin/jest', -- used for debugging
|
||||
terminal_cmd = ":vsplit | terminal", -- used to spawn a terminal for running tests, for debugging refer to nvim-dap's config
|
||||
dap = { -- debug adapter configuration
|
||||
type = 'node2',
|
||||
type = 'pwa-node',
|
||||
request = 'launch',
|
||||
cwd = vim.fn.getcwd(),
|
||||
runtimeArgs = {'--inspect-brk', '$path_to_jest', '--no-coverage', '-t', '$result', '--', '$file'},
|
@ -112,6 +112,7 @@ require("packer").startup(function(use)
|
||||
use { 'catppuccin/nvim', as = "catppuccin" }
|
||||
use 'gpanders/editorconfig.nvim'
|
||||
use 'RRethy/vim-illuminate'
|
||||
use 'David-Kunz/jester'
|
||||
use { 'kylechui/nvim-surround',
|
||||
tag = "*",
|
||||
config = function()
|
||||
|
Loading…
Reference in New Issue
Block a user