Add NeoVim test runner
For the queries that can't be tested with `tree-sitter` itself.
This commit is contained in:
parent
9e9fde6c77
commit
6bd28f2b6b
4 changed files with 71 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -5,10 +5,12 @@ all:
|
|||
.PHONY: test
|
||||
test: all
|
||||
tree-sitter test --apply-all-captures
|
||||
nvim-test-runner
|
||||
|
||||
.PHONY: update-tests
|
||||
update-tests: all
|
||||
tree-sitter test -u --apply-all-captures
|
||||
nvim-test-runner
|
||||
|
||||
.PHONY: playground
|
||||
playground:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue