fixes filter

This commit is contained in:
Nuno Maduro
2024-08-12 00:46:31 +01:00
parent ce4495b093
commit 7ef40760c2
3 changed files with 9 additions and 4 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '3.0.0-beta-2';
return '3.0.0-beta-3';
}
function testDirectory(string $file = ''): string