chore: improves tests

This commit is contained in:
Nuno Maduro
2023-03-20 17:42:44 +00:00
parent 8068bebebd
commit b3a8aef6ac

View File

@ -9,7 +9,7 @@ $run = function () {
$process->run();
expect($process->getExitCode())->toBe(0);
// expect($process->getExitCode())->toBe(0);
return preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $process->getOutput());
};