Testing JavaScript with Tape. Also be sure to check out my latest course on Udemy and use this link to get the course 50% off:
http://bit.ly/1SWkFxM
Tape is a very simple tool that makes unit testing very simple. In this video we are going to learn how to set up tape and write a basic unit test.
Original source
4 responses to “JavaScript Tutorial: Unit Testing with Tape pt1”
As of 2017, it looks like "t.end" is mandatory now (or t.plan)
Also found the "tape-async" project that wraps tape to nicely use generators for async test
thank you
Your tutorials are clear and concise. Thanks..
Thanks for doing this but I could not get your code to run. I would like more explanation on how to set it up.