pino-pretty icon indicating copy to clipboard operation
pino-pretty copied to clipboard

Make tests more robust

Open simoneb opened this issue 2 years ago • 1 comments

We should change all tests asserting against t.equal(string.indexOf >= 0, true) to use t.match in order to get a clearer assertion failure.

simoneb avatar Jun 22 '22 13:06 simoneb

I fixed some of the problems in in #354

mcollina avatar Jun 22 '22 13:06 mcollina