sidlatau / neotest-dart

30 stars 8 forks source link

Dir type support. #15

Closed Hecatoncheir closed 7 months ago

Hecatoncheir commented 7 months ago

Update adapter.build_spec to fix this: https://github.com/sidlatau/neotest-dart/issues/12

sidlatau commented 7 months ago

Nice! I just see that you are using a different indentation - there is a stylua.toml file with indent_width = 2. Could you fix the indentation?

sidlatau commented 7 months ago

I just copied your solution to the repo. There is still a problem when multiline test names are used, the dir option does not handle this (registered #16 ), but for single-line tests that works correctly. Thanks @Hecatoncheir !