Really Simple Testing for JavaScript
Posted by: More Whidbey stuff,
on 09 Dec 2008 |
View original | Bookmarked: 0 time(s)
There are plenty of options to test JavaScript code. My goal here is not especially to add to this long list but I needed something for my samples that was brain dead simple to understand and that I could redistribute without any concerns about licensing (this is licensed under the very liberal MS-PL). I just think its good practice to distribute tests with sample code because it promotes TDD and helps to understand the intent of the code. So I built the simplest test framework I could, both in...