Skip to content

How to debug tests? #64

Answered by Wansmer
pogopaule asked this question in Q&A
Feb 17, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

For the specific test to run, you can create your own make-command in Makefile, e.g.:

test-specific-test:
	nvim --headless -u tests/minimal.lua -c "PlenaryBustedDirectory tests/langs/javascript_spec.lua {minimal_init = 'tests/minimal.lua'}"

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@pogopaule
Comment options

Comment options

You must be logged in to vote
1 reply
@pogopaule
Comment options

Answer selected by pogopaule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants