Artur Ptaszek

Results 2 issues of Artur Ptaszek

Any simple test case doesn't work with the newest version of treesitter. It simply shows _No tests found_. Downgrading it to _0.9.1_ helped.

## What are the steps to reproduce this issue? 1. Create a contract with the following property: ```json { "type": "number", "enum": [ 2 ], "nullable": true } ``` 2....

mock