Hey!
I'm playing around with Pest (awesome!) and wondering why the uses method don't default to the current directory.
I briefly saw how the magic is made and I think this could be possible.
However, I just noticed that uses(TestCase::class)->in('.) was working.
But the version without in seems more intuitive.
I can definitely submit a PR, if that can helps.
Hey!
I'm playing around with Pest (awesome!) and wondering why the
usesmethod don't default to the current directory.I briefly saw how the magic is made and I think this could be possible.
However, I just noticed that
uses(TestCase::class)->in('.)was working.But the version without
inseems more intuitive.I can definitely submit a PR, if that can helps.