nvim-neotest / neotest-jest

MIT License
116 stars 79 forks source link

fix: fix javascript treesitter queries #100

Closed JordanFaust closed 6 months ago

JordanFaust commented 6 months ago

BREAKING_CHANGE: switch to the new (function_expression) pattern that replaces the previous (function). This will be a breaking change for anyone on v0.9.1 or earlier of treesitter

This addresses the failures in test discovery as reported in https://github.com/nvim-neotest/neotest-jest/issues/99

rcarriga commented 6 months ago

Thanks for the PR! :smile: I don't normally maintain this repo but I'll approve this as it's a major issue.

cc @haydenmeade