V13Axel / neotest-pest

Neotest adapter for Pest 2.0
MIT License
14 stars 5 forks source link

Update Treesitter Queries to Use string_content #9

Closed noreason closed 2 months ago

noreason commented 2 months ago

Update Treesitter Query

This PR updates the Treesitter query in lua/neotest-pest/init.lua to use string_content instead of string_value when capturing the content inside string literals. This change is necessary to ensure compatibility with the latest version of nvim-treesitter.

Please let me know if you have any questions or feedback.