Currently, we only have tests for stderr. I know we don't really have many this.warning (or this.info) cases, but it would be a good practice to write tests for stdout from now.
Actually, I've done that in #981, but I don't think there will be a fast progress on this PR. So I'm just thinking of making another PR on stdout and adding corresponding tests for that.
Currently, we only have tests for
stderr. I know we don't really have manythis.warning(orthis.info) cases, but it would be a good practice to write tests forstdoutfrom now.Actually, I've done that in #981, but I don't think there will be a fast progress on this PR. So I'm just thinking of making another PR on
stdoutand adding corresponding tests for that.