Next, Logging, and Conclusions
Welcome to Part 6, the final installment in this series. Below we cover unit testing the noop next
, how to create pure functions that wrap noop
so you can compose them, and finally using code coverage to strategically hit the last code that’s not covered.
Continue reading “Functional Programming Unit Testing in Node – Part 6”