Compare commits

...

1 Commits

Author SHA1 Message Date
Meghan Denny
aa009e044f test: toRun matcher should check output if optionalStdout is empty string 2024-07-24 20:06:50 -07:00

View File

@@ -371,7 +371,7 @@ expect.extend({
};
}
if (optionalStdout) {
if (optionalStdout != null) {
return {
pass: result.stdout.toString("utf-8") === optionalStdout,
message: () =>