David-Kunz / jester

A Neovim plugin to easily run and debug Jest tests
The Unlicense
202 stars 12 forks source link

Missing "dap" module? #6

Closed braddiver closed 2 years ago

braddiver commented 2 years ago

When running :lua require"jester".debug_file():

init.lua:154: module 'dap' not found:

Could not find a 'dap' module in src code.

David-Kunz commented 2 years ago

Hi @braddiver ,

You need to install https://github.com/mfussenegger/nvim-dap.

Best regards, David