Unit test your implementation of third party libraries
Per "unit tests should be written regardless," I do think it's easier, as I think the unit test will already be written, making the use of list.map(n => toReadableNumber(n)) obsolete.
Per "unit tests should be written regardless," I do think it's easier, as I think the unit test will already be written, making the use of list.map(n => toReadableNumber(n)) obsolete.