3 notes &
Idea for testing JavaScript Projects
Wouldn’t it be great if there was a web app along the lines of JSPerf.com but for testing libraries.
You can easily setup a test case with expected outputs and basically try and break the code. Then if they are valid tests, they can be compiled into one big test suite.
That would make code coverage less an issue and would certainly help me ;)
