How to write unit tests for foldingRangeProvider.getFoldingRanges? #1917
Answered
by
msujew
durianwaffle
asked this question in
Q&A
-
How to write unit tests for foldingRangeProvider.getFoldingRanges? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
May 6, 2025
Replies: 1 comment
-
Hey @durianwaffle, You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
msujew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @durianwaffle,
You can use the
expectFoldings
function for that. See also this test to see how it is used.