fix: query paths

This commit is contained in:
2024-12-15 18:05:25 +02:00
parent 15c68fedb2
commit 4c8da45da6
7 changed files with 183 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
from unittest import TestCase
import tree_sitter, tree_sitter_bruno
import tree_sitter_bruno
import tree_sitter
class TestLanguage(TestCase):