Open simoneb opened 2 years ago
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.
t.equal(string.indexOf >= 0, true)
I fixed some of the problems in in #354
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.