fix: non-working beforeEach

This commit is contained in:
Nuno Maduro
2023-07-20 13:27:41 -05:00
parent 9100913184
commit a37a3b9f99

View File

@ -115,7 +115,7 @@ final class Backtrace
continue; continue;
} }
if (str_contains($trace['file'], 'pest/src')) { if (str_contains($trace['file'], 'pest'. DIRECTORY_SEPARATOR . 'src')) {
continue; continue;
} }